#602210

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

Shades of Caput Mortuum #602210

Tints of Caput Mortuum #602210

Color information

#602210 (or 0x602210) is unknown color: approx Caput Mortuum. HEX triplet: 60, 22 and 10. RGB value is (96,34,16). Sum of RGB (Red+Green+Blue) = 96+34+16=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #602210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602210 is #9FDDEF. Grayscale: #323232. Windows color (decimal): -10477040 or 1057376. OLE color: 1057376.

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

Color convert

RGB963416-
CMYK00.650.830.62
HSL13.5º71.43%21.96%-
HSV(B)13.5º83.33%37.65%-
XYZ5.493.670.91-
YUV50.49108.54160.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.75%
GREEN value IS 34 (13.67% from 255) = 23.29%
BLUE value IS 16 (6.64% from 255) = 10.96%
R=65.75%
G=23.29%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96341600.650.830.6213.571.4321.96
Hex602210041533Ee4716
Octal14042200101123761610726
Binary1100000100010100000100000110100111111101110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602210; }

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

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

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

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

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

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

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

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