#602112

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

Shades of Caput Mortuum #602112

Tints of Caput Mortuum #602112

Color information

#602112 (or 0x602112) is unknown color: approx Caput Mortuum. HEX triplet: 60, 21 and 12. RGB value is (96,33,18). Sum of RGB (Red+Green+Blue) = 96+33+18=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #602112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602112 is #9FDEED. Grayscale: #323232. Windows color (decimal): -10477294 or 1188192. OLE color: 1188192.

HSL color Cylindrical-coordinate representation of color #602112: hue angle of 11.54º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #602112 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB963318-
CMYK00.660.810.62
HSL11.54º68.42%22.35%-
HSV(B)11.54º81.25%37.65%-
XYZ5.483.620.98-
YUV50.13109.87160.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.31%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 18 (7.42% from 255) = 12.24%
R=65.31%
G=22.45%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96331800.660.810.6211.5468.4222.35
Hex602112042513Ec4416
Octal14041220102121761410426
Binary1100000100001100100100001010100011111101100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602112; }

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

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

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

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

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

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

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

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