#60210D

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

Shades of Caput Mortuum #60210D

Tints of Caput Mortuum #60210D

Color information

#60210D (or 0x60210D) is unknown color: approx Caput Mortuum. HEX triplet: 60, 21 and 0D. RGB value is (96,33,13). Sum of RGB (Red+Green+Blue) = 96+33+13=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #60210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60210D is #9FDEF2. Grayscale: #313131. Windows color (decimal): -10477299 or 860512. OLE color: 860512.

HSL color Cylindrical-coordinate representation of color #60210D: hue angle of 14.46º 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 #60210D is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB963313-
CMYK00.660.860.62
HSL14.46º76.15%21.37%-
HSV(B)14.46º86.46%37.65%-
XYZ5.443.60.79-
YUV49.56107.37161.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.61%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 13 (5.47% from 255) = 9.15%
R=67.61%
G=23.24%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96331300.660.860.6214.4676.1521.37
Hex6021D042563Ee4c15
Octal14041150102126761611425
Binary110000010000111010100001010101101111101110100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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