#662210

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

Shades of Caput Mortuum #662210

Tints of Caput Mortuum #662210

Color information

#662210 (or 0x662210) is unknown color: approx Caput Mortuum. HEX triplet: 66, 22 and 10. RGB value is (102,34,16). Sum of RGB (Red+Green+Blue) = 102+34+16=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #662210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662210 is #99DDEF. Grayscale: #343434. Windows color (decimal): -10083824 or 1057382. OLE color: 1057382.

HSL color Cylindrical-coordinate representation of color #662210: hue angle of 12.56º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #662210 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB1023416-
CMYK00.670.840.6
HSL12.56º72.88%23.14%-
HSV(B)12.56º84.31%40%-
XYZ6.154.010.94-
YUV52.28107.53163.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.11%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 16 (6.64% from 255) = 10.53%
R=67.11%
G=22.37%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102341600.670.840.612.5672.8823.14
Hex662210043543Cd4917
Octal14642200103124741511127
Binary1100110100010100000100001110101001111001101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662210; }

 p { color: rgb(102,34,16); }

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

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

 a { background-color: rgb(102,34,16); }

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

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

 span { border-color: rgb(102,34,16); }

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