#602615

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

Shades of Caput Mortuum #602615

Tints of Caput Mortuum #602615

Color information

#602615 (or 0x602615) is unknown color: approx Caput Mortuum. HEX triplet: 60, 26 and 15. RGB value is (96,38,21). Sum of RGB (Red+Green+Blue) = 96+38+21=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #602615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602615 is #9FD9EA. Grayscale: #353535. Windows color (decimal): -10476011 or 1386080. OLE color: 1386080.

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

Color convert

RGB963821-
CMYK00.600.780.62
HSL13.6º64.1%22.94%-
HSV(B)13.6º78.12%37.65%-
XYZ5.653.931.17-
YUV53.4109.72158.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.94%
GREEN value IS 38 (15.23% from 255) = 24.52%
BLUE value IS 21 (8.59% from 255) = 13.55%
R=61.94%
G=24.52%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96382100.600.780.6213.664.122.94
Hex60261503C4E3Ee4017
Octal1404625074116761610027
Binary110000010011010101011110010011101111101110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602615; }

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

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

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

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

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

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

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

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