#602511

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

Shades of Caput Mortuum #602511

Tints of Caput Mortuum #602511

Color information

#602511 (or 0x602511) is unknown color: approx Caput Mortuum. HEX triplet: 60, 25 and 11. RGB value is (96,37,17). Sum of RGB (Red+Green+Blue) = 96+37+17=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #602511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602511 is #9FDAEE. Grayscale: #343434. Windows color (decimal): -10476271 or 1123680. OLE color: 1123680.

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

Color convert

RGB963717-
CMYK00.610.820.62
HSL15.19º69.91%22.16%-
HSV(B)15.19º82.29%37.65%-
XYZ5.593.850.98-
YUV52.36108.05159.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 17 (7.03% from 255) = 11.33%
R=64%
G=24.67%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96371700.610.820.6215.1969.9122.16
Hex60251103D523Ef4616
Octal1404521075122761710626
Binary110000010010110001011110110100101111101111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602511; }

 p { color: rgb(96,37,17); }

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

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

 a { background-color: rgb(96,37,17); }

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

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

 span { border-color: rgb(96,37,17); }

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