#60241E

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

Shades of Caput Mortuum #60241E

Tints of Caput Mortuum #60241E

Color information

#60241E (or 0x60241E) is unknown color: approx Caput Mortuum. HEX triplet: 60, 24 and 1E. RGB value is (96,36,30). Sum of RGB (Red+Green+Blue) = 96+36+30=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60241E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60241E is #9FDBE1. Grayscale: #353535. Windows color (decimal): -10476514 or 1975392. OLE color: 1975392.

HSL color Cylindrical-coordinate representation of color #60241E: hue angle of 5.45º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60241E is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB963630-
CMYK00.620.690.62
HSL5.45º52.38%24.71%-
HSV(B)5.45º68.75%37.65%-
XYZ5.693.841.67-
YUV53.26114.88158.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.26%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 30 (12.11% from 255) = 18.52%
R=59.26%
G=22.22%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96363000.620.690.625.4552.3824.71
Hex60241E03E453E53419
Octal14044360761057656431
Binary1100000100100111100111110100010111111010111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60241E; }

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

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

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

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

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

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

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

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