#602014

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

Shades of Caput Mortuum #602014

Tints of Caput Mortuum #602014

Color information

#602014 (or 0x602014) is unknown color: approx Caput Mortuum. HEX triplet: 60, 20 and 14. RGB value is (96,32,20). Sum of RGB (Red+Green+Blue) = 96+32+20=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #602014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602014 is #9FDFEB. Grayscale: #313131. Windows color (decimal): -10477548 or 1319008. OLE color: 1319008.

HSL color Cylindrical-coordinate representation of color #602014: hue angle of 9.47º 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 #602014 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB963220-
CMYK00.670.790.62
HSL9.47º65.52%22.75%-
HSV(B)9.47º79.17%37.65%-
XYZ5.473.571.06-
YUV49.77111.2160.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.86%
GREEN value IS 32 (12.89% from 255) = 21.62%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=64.86%
G=21.62%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96322000.670.790.629.4765.5222.75
Hex6020140434F3E94217
Octal14040240103117761110227
Binary1100000100000101000100001110011111111101001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602014; }

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

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

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

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

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

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

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

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