#60200E

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

Shades of Caput Mortuum #60200E

Tints of Caput Mortuum #60200E

Color information

#60200E (or 0x60200E) is unknown color: approx Caput Mortuum. HEX triplet: 60, 20 and 0E. RGB value is (96,32,14). Sum of RGB (Red+Green+Blue) = 96+32+14=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #60200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60200E is #9FDFF1. Grayscale: #313131. Windows color (decimal): -10477554 or 925792. OLE color: 925792.

HSL color Cylindrical-coordinate representation of color #60200E: hue angle of 13.17º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60200E is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB963214-
CMYK00.670.850.62
HSL13.17º74.55%21.57%-
HSV(B)13.17º85.42%37.65%-
XYZ5.423.550.82-
YUV49.08108.2161.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.61%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 14 (5.86% from 255) = 9.86%
R=67.61%
G=22.54%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96321400.670.850.6213.1774.5521.57
Hex6020E043553Ed4b16
Octal14040160103125761511326
Binary110000010000011100100001110101011111101101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60200E; }

 p { color: rgb(96,32,14); }

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

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

 a { background-color: rgb(96,32,14); }

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

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

 span { border-color: rgb(96,32,14); }

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