#662416

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

Shades of Caput Mortuum #662416

Tints of Caput Mortuum #662416

Color information

#662416 (or 0x662416) is unknown color: approx Caput Mortuum. HEX triplet: 66, 24 and 16. RGB value is (102,36,22). Sum of RGB (Red+Green+Blue) = 102+36+22=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #662416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662416 is #99DBE9. Grayscale: #363636. Windows color (decimal): -10083306 or 1451110. OLE color: 1451110.

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

Color convert

RGB1023622-
CMYK00.650.780.6
HSL10.5º64.52%24.31%-
HSV(B)10.5º78.43%40%-
XYZ6.264.141.23-
YUV54.14109.87162.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.75%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 22 (8.98% from 255) = 13.75%
R=63.75%
G=22.5%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102362200.650.780.610.564.5224.31
Hex6624160414E3Cb4118
Octal14644260101116741310130
Binary1100110100100101100100000110011101111001011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662416; }

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

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

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

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

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

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

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

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