#66163C

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

Shades of Pompadour #66163C

Tints of Pompadour #66163C

Color information

#66163C (or 0x66163C) is unknown color: approx Pompadour. HEX triplet: 66, 16 and 3C. RGB value is (102,22,60). Sum of RGB (Red+Green+Blue) = 102+22+60=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #66163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66163C is #99E9C3. Grayscale: #323232. Windows color (decimal): -10086852 or 3937894. OLE color: 3937894.

HSL color Cylindrical-coordinate representation of color #66163C: hue angle of 331.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66163C is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB1022260-
CMYK00.780.410.6
HSL331.5º64.52%24.31%-
HSV(B)331.5º78.43%40%-
XYZ6.583.724.65-
YUV50.25133.5164.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 22 (8.98% from 255) = 11.96%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=55.43%
G=11.96%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102226000.780.410.6331.564.5224.31
Hex66163C04E293C14c4118
Octal14626740116517451410130
Binary11001101011011110001001110101001111100101001100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66163C; }

 p { color: rgb(102,22,60); }

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

<style>
 a { background-color: #66163C; }

 a { background-color: rgb(102,22,60); }

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

<style>
 span { border-color: #66163C; }

 span { border-color: rgb(102,22,60); }

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