#602318

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

Shades of Caput Mortuum #602318

Tints of Caput Mortuum #602318

Color information

#602318 (or 0x602318) is unknown color: approx Caput Mortuum. HEX triplet: 60, 23 and 18. RGB value is (96,35,24). Sum of RGB (Red+Green+Blue) = 96+35+24=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #602318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602318 is #9FDCE7. Grayscale: #343434. Windows color (decimal): -10476776 or 1581920. OLE color: 1581920.

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

Color convert

RGB963524-
CMYK00.640.750.62
HSL9.17º60%23.53%-
HSV(B)9.17º75%37.65%-
XYZ5.593.751.29-
YUV51.98112.21159.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.94%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 24 (9.77% from 255) = 15.48%
R=61.94%
G=22.58%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96352400.640.750.629.176023.53
Hex6023180404B3E93c18
Octal1404330010011376117430
Binary110000010001111000010000001001011111110100111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602318; }

 p { color: rgb(96,35,24); }

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

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

 a { background-color: rgb(96,35,24); }

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

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

 span { border-color: rgb(96,35,24); }

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