#602312

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

Shades of Caput Mortuum #602312

Tints of Caput Mortuum #602312

Color information

#602312 (or 0x602312) is unknown color: approx Caput Mortuum. HEX triplet: 60, 23 and 12. RGB value is (96,35,18). Sum of RGB (Red+Green+Blue) = 96+35+18=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #602312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602312 is #9FDCED. Grayscale: #333333. Windows color (decimal): -10476782 or 1188704. OLE color: 1188704.

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

Color convert

RGB963518-
CMYK00.640.810.62
HSL13.08º68.42%22.35%-
HSV(B)13.08º81.25%37.65%-
XYZ5.533.731-
YUV51.3109.21159.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.43%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 18 (7.42% from 255) = 12.08%
R=64.43%
G=23.49%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96351800.640.810.6213.0868.4222.35
Hex602312040513Ed4416
Octal14043220100121761510426
Binary1100000100011100100100000010100011111101101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602312; }

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

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

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

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

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

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

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

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