#60200B

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

Shades of Caput Mortuum #60200B

Tints of Caput Mortuum #60200B

Color information

#60200B (or 0x60200B) is unknown color: approx Caput Mortuum. HEX triplet: 60, 20 and 0B. RGB value is (96,32,11). Sum of RGB (Red+Green+Blue) = 96+32+11=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #60200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60200B is #9FDFF4. Grayscale: #303030. Windows color (decimal): -10477557 or 729184. OLE color: 729184.

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

Color convert

RGB963211-
CMYK00.670.890.62
HSL14.82º79.44%20.98%-
HSV(B)14.82º88.54%37.65%-
XYZ5.43.540.72-
YUV48.74106.7161.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.06%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 11 (4.69% from 255) = 7.91%
R=69.06%
G=23.02%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96321100.670.890.6214.8279.4420.98
Hex6020B043593Ef4f15
Octal14040130103131761711725
Binary110000010000010110100001110110011111101111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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