#6D164A

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

Shades of Pompadour #6D164A

Tints of Pompadour #6D164A

Color information

#6D164A (or 0x6D164A) is unknown color: approx Pompadour. HEX triplet: 6D, 16 and 4A. RGB value is (109,22,74). Sum of RGB (Red+Green+Blue) = 109+22+74=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D164A is #92E9B5. Grayscale: #353535. Windows color (decimal): -9628086 or 4855405. OLE color: 4855405.

HSL color Cylindrical-coordinate representation of color #6D164A: hue angle of 324.14º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D164A is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB1092274-
CMYK00.800.320.57
HSL324.14º66.41%25.69%-
HSV(B)324.14º79.82%42.75%-
XYZ7.834.326.9-
YUV53.94139.32167.27-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.17%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=53.17%
G=10.73%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109227400.800.320.57324.1466.4125.69
Hex6D164A0502039144421a
Octal155261120120407150410232
Binary110110110110100101001010000100000111001101000100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,22,74); }

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

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

 a { background-color: rgb(109,22,74); }

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

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

 span { border-color: rgb(109,22,74); }

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