#602619

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

Shades of Caput Mortuum #602619

Tints of Caput Mortuum #602619

Color information

#602619 (or 0x602619) is unknown color: approx Caput Mortuum. HEX triplet: 60, 26 and 19. RGB value is (96,38,25). Sum of RGB (Red+Green+Blue) = 96+38+25=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #602619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602619 is #9FD9E6. Grayscale: #353535. Windows color (decimal): -10476007 or 1648224. OLE color: 1648224.

HSL color Cylindrical-coordinate representation of color #602619: hue angle of 10.99º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #602619 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB963825-
CMYK00.600.740.62
HSL10.99º58.68%23.73%-
HSV(B)10.99º73.96%37.65%-
XYZ5.693.941.38-
YUV53.86111.72158.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.38%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 25 (10.16% from 255) = 15.72%
R=60.38%
G=23.90%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96382500.600.740.6210.9958.6823.73
Hex60261903C4A3Eb3b18
Octal140463107411276137330
Binary11000001001101100101111001001010111110101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602619; }

 p { color: rgb(96,38,25); }

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

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

 a { background-color: rgb(96,38,25); }

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

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

 span { border-color: rgb(96,38,25); }

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