#66163E

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

Shades of Pompadour #66163E

Tints of Pompadour #66163E

Color information

#66163E (or 0x66163E) is unknown color: approx Pompadour. HEX triplet: 66, 16 and 3E. RGB value is (102,22,62). Sum of RGB (Red+Green+Blue) = 102+22+62=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #66163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66163E is #99E9C1. Grayscale: #323232. Windows color (decimal): -10086850 or 4068966. OLE color: 4068966.

HSL color Cylindrical-coordinate representation of color #66163E: hue angle of 330º 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 #66163E is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.6.

Color convert

RGB1022262-
CMYK00.780.390.6
HSL330º64.52%24.31%-
HSV(B)330º78.43%40%-
XYZ6.643.754.93-
YUV50.48134.5164.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.84%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 62 (24.61% from 255) = 33.33%
R=54.84%
G=11.83%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102226200.780.390.633064.5224.31
Hex66163E04E273C14a4118
Octal14626760116477451210130
Binary11001101011011111001001110100111111100101001010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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