#66183D

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

Shades of Pompadour #66183D

Tints of Pompadour #66183D

Color information

#66183D (or 0x66183D) is unknown color: approx Pompadour. HEX triplet: 66, 18 and 3D. RGB value is (102,24,61). Sum of RGB (Red+Green+Blue) = 102+24+61=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #66183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66183D is #99E7C2. Grayscale: #333333. Windows color (decimal): -10086339 or 4003942. OLE color: 4003942.

HSL color Cylindrical-coordinate representation of color #66183D: hue angle of 331.54º 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 #66183D is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB1022461-
CMYK00.760.400.6
HSL331.54º61.9%24.71%-
HSV(B)331.54º76.47%40%-
XYZ6.653.814.8-
YUV51.54133.34163.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 61 (24.22% from 255) = 32.62%
R=54.55%
G=12.83%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102246100.760.400.6331.5461.924.71
Hex66183D04C283C14c3e19
Octal1463075011450745147631
Binary1100110110001111010100110010100011110010100110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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