#602012

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

Shades of Caput Mortuum #602012

Tints of Caput Mortuum #602012

Color information

#602012 (or 0x602012) is unknown color: approx Caput Mortuum. HEX triplet: 60, 20 and 12. RGB value is (96,32,18). Sum of RGB (Red+Green+Blue) = 96+32+18=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #602012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602012 is #9FDFED. Grayscale: #313131. Windows color (decimal): -10477550 or 1187936. OLE color: 1187936.

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

Color convert

RGB963218-
CMYK00.670.810.62
HSL10.77º68.42%22.35%-
HSV(B)10.77º81.25%37.65%-
XYZ5.453.560.97-
YUV49.54110.2161.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.75%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 18 (7.42% from 255) = 12.33%
R=65.75%
G=21.92%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96321800.670.810.6210.7768.4222.35
Hex602012043513Eb4416
Octal14040220103121761310426
Binary1100000100000100100100001110100011111101011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602012; }

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

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

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

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

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

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

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

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