#66183E

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

Shades of Pompadour #66183E

Tints of Pompadour #66183E

Color information

#66183E (or 0x66183E) is unknown color: approx Pompadour. HEX triplet: 66, 18 and 3E. RGB value is (102,24,62). Sum of RGB (Red+Green+Blue) = 102+24+62=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #66183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66183E is #99E7C1. Grayscale: #333333. Windows color (decimal): -10086338 or 4069478. OLE color: 4069478.

HSL color Cylindrical-coordinate representation of color #66183E: hue angle of 330.77º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66183E is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.6.

Color convert

RGB1022462-
CMYK00.760.390.6
HSL330.77º61.9%24.71%-
HSV(B)330.77º76.47%40%-
XYZ6.683.834.94-
YUV51.65133.84163.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 24 (9.77% from 255) = 12.77%
BLUE value IS 62 (24.61% from 255) = 32.98%
R=54.26%
G=12.77%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102246200.760.390.6330.7761.924.71
Hex66183E04C273C14b3e19
Octal1463076011447745137631
Binary1100110110001111100100110010011111110010100101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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