#602212

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

Shades of Caput Mortuum #602212

Tints of Caput Mortuum #602212

Color information

#602212 (or 0x602212) is unknown color: approx Caput Mortuum. HEX triplet: 60, 22 and 12. RGB value is (96,34,18). Sum of RGB (Red+Green+Blue) = 96+34+18=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #602212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602212 is #9FDDED. Grayscale: #323232. Windows color (decimal): -10477038 or 1188448. OLE color: 1188448.

HSL color Cylindrical-coordinate representation of color #602212: hue angle of 12.31º 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 #602212 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB963418-
CMYK00.650.810.62
HSL12.31º68.42%22.35%-
HSV(B)12.31º81.25%37.65%-
XYZ5.513.670.99-
YUV50.71109.54160.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.86%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 18 (7.42% from 255) = 12.16%
R=64.86%
G=22.97%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96341800.650.810.6212.3168.4222.35
Hex602212041513Ec4416
Octal14042220101121761410426
Binary1100000100010100100100000110100011111101100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602212; }

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

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

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

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

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

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

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

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