#602414

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

Shades of Caput Mortuum #602414

Tints of Caput Mortuum #602414

Color information

#602414 (or 0x602414) is unknown color: approx Caput Mortuum. HEX triplet: 60, 24 and 14. RGB value is (96,36,20). Sum of RGB (Red+Green+Blue) = 96+36+20=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #602414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602414 is #9FDBEB. Grayscale: #343434. Windows color (decimal): -10476524 or 1320032. OLE color: 1320032.

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

Color convert

RGB963620-
CMYK00.620.790.62
HSL12.63º65.52%22.75%-
HSV(B)12.63º79.17%37.65%-
XYZ5.583.81.1-
YUV52.12109.88159.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.16%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=63.16%
G=23.68%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96362000.620.790.6212.6365.5222.75
Hex60241403E4F3Ed4217
Octal1404424076117761510227
Binary110000010010010100011111010011111111101101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602414; }

 p { color: rgb(96,36,20); }

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

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

 a { background-color: rgb(96,36,20); }

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

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

 span { border-color: rgb(96,36,20); }

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