#602410

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

Shades of Caput Mortuum #602410

Tints of Caput Mortuum #602410

Color information

#602410 (or 0x602410) is unknown color: approx Caput Mortuum. HEX triplet: 60, 24 and 10. RGB value is (96,36,16). Sum of RGB (Red+Green+Blue) = 96+36+16=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #602410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602410 is #9FDBEF. Grayscale: #333333. Windows color (decimal): -10476528 or 1057888. OLE color: 1057888.

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

Color convert

RGB963616-
CMYK00.620.830.62
HSL15º71.43%21.96%-
HSV(B)15º83.33%37.65%-
XYZ5.553.790.93-
YUV51.66107.88159.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.86%
GREEN value IS 36 (14.45% from 255) = 24.32%
BLUE value IS 16 (6.64% from 255) = 10.81%
R=64.86%
G=24.32%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96361600.620.830.621571.4321.96
Hex60241003E533Ef4716
Octal1404420076123761710726
Binary110000010010010000011111010100111111101111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602410; }

 p { color: rgb(96,36,16); }

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

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

 a { background-color: rgb(96,36,16); }

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

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

 span { border-color: rgb(96,36,16); }

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