#60220D

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

Shades of Caput Mortuum #60220D

Tints of Caput Mortuum #60220D

Color information

#60220D (or 0x60220D) is unknown color: approx Caput Mortuum. HEX triplet: 60, 22 and 0D. RGB value is (96,34,13). Sum of RGB (Red+Green+Blue) = 96+34+13=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #60220D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60220D is #9FDDF2. Grayscale: #323232. Windows color (decimal): -10477043 or 860768. OLE color: 860768.

HSL color Cylindrical-coordinate representation of color #60220D: hue angle of 15.18º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60220D is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB963413-
CMYK00.650.860.62
HSL15.18º76.15%21.37%-
HSV(B)15.18º86.46%37.65%-
XYZ5.473.660.8-
YUV50.14107.04160.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.13%
GREEN value IS 34 (13.67% from 255) = 23.78%
BLUE value IS 13 (5.47% from 255) = 9.09%
R=67.13%
G=23.78%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96341300.650.860.6215.1876.1521.37
Hex6022D041563Ef4c15
Octal14042150101126761711425
Binary110000010001011010100000110101101111101111100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60220D; }

 p { color: rgb(96,34,13); }

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

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

 a { background-color: rgb(96,34,13); }

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

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

 span { border-color: rgb(96,34,13); }

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