#6A2349

Color #6A2349 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #6A2349

Tints of Pompadour #6A2349

Color information

#6A2349 (or 0x6A2349) is unknown color: approx Pompadour. HEX triplet: 6A, 23 and 49. RGB value is (106,35,73). Sum of RGB (Red+Green+Blue) = 106+35+73=214 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.53% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2349 is #95DCB6. Grayscale: #3C3C3C. Windows color (decimal): -9821367 or 4793194. OLE color: 4793194.

HSL color Cylindrical-coordinate representation of color #6A2349: hue angle of 327.89º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A2349 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB1063573-
CMYK00.670.310.58
HSL327.89º50.35%27.65%-
HSV(B)327.89º66.98%41.57%-
XYZ7.754.756.81-
YUV60.56135.02160.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 49.53%
GREEN value IS 35 (14.06% from 255) = 16.36%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=49.53%
G=16.36%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106357300.670.310.58327.8950.3527.65
Hex6A23490431F3A148321c
Octal15243111010337725106234
Binary11010101000111001001010000111111111101010100100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A2349; }

 p { color: rgb(106,35,73); }

 H1.HeaderClassName
 {
   color: #6A2349;
 }
 .AnyTagClassName
 {
   color: #6A2349;
 }
</style>
background-color css

<style>
 a { background-color: #6A2349; }

 a { background-color: rgb(106,35,73); }

 div.DivClassName
 {
   background-color: #6A2349;
 }
 .BgClassName
 {
   background-color: #6A2349;
 }
</style>
border-color css

<style>
 span { border-color: #6A2349; }

 span { border-color: rgb(106,35,73); }

 td.TdClassName
 {
   border-color: #6A2349;
 }
 .TagClassName
 {
   border-color: #6A2349;
 }
</style>