#66200C

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

Shades of Caput Mortuum #66200C

Tints of Caput Mortuum #66200C

Color information

#66200C (or 0x66200C) is unknown color: approx Caput Mortuum. HEX triplet: 66, 20 and 0C. RGB value is (102,32,12). Sum of RGB (Red+Green+Blue) = 102+32+12=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #66200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66200C is #99DFF3. Grayscale: #323232. Windows color (decimal): -10084340 or 794726. OLE color: 794726.

HSL color Cylindrical-coordinate representation of color #66200C: hue angle of 13.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66200C is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB1023212-
CMYK00.690.880.6
HSL13.33º78.95%22.35%-
HSV(B)13.33º88.24%40%-
XYZ6.063.880.78-
YUV50.65106.19164.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 69.86%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=69.86%
G=21.92%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102321200.690.880.613.3378.9522.35
Hex6620C045583Cd4f16
Octal14640140105130741511726
Binary110011010000011000100010110110001111001101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66200C; }

 p { color: rgb(102,32,12); }

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

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

 a { background-color: rgb(102,32,12); }

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

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

 span { border-color: rgb(102,32,12); }

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