#662412

Color #662412 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #662412

Tints of Caput Mortuum #662412

Color information

#662412 (or 0x662412) is unknown color: approx Caput Mortuum. HEX triplet: 66, 24 and 12. RGB value is (102,36,18). Sum of RGB (Red+Green+Blue) = 102+36+18=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #662412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662412 is #99DBED. Grayscale: #353535. Windows color (decimal): -10083310 or 1188966. OLE color: 1188966.

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

Color convert

RGB1023618-
CMYK00.650.820.6
HSL12.86º70%23.53%-
HSV(B)12.86º82.35%40%-
XYZ6.224.131.04-
YUV53.68107.87162.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.38%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=65.38%
G=23.08%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102361800.650.820.612.867023.53
Hex662412041523Cd4618
Octal14644220101122741510630
Binary1100110100100100100100000110100101111001101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662412; }

 p { color: rgb(102,36,18); }

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

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

 a { background-color: rgb(102,36,18); }

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

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

 span { border-color: rgb(102,36,18); }

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