#60291C

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

Shades of Caput Mortuum #60291C

Tints of Caput Mortuum #60291C

Color information

#60291C (or 0x60291C) is unknown color: approx Caput Mortuum. HEX triplet: 60, 29 and 1C. RGB value is (96,41,28). Sum of RGB (Red+Green+Blue) = 96+41+28=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #60291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60291C is #9FD6E3. Grayscale: #383838. Windows color (decimal): -10475236 or 1845600. OLE color: 1845600.

HSL color Cylindrical-coordinate representation of color #60291C: hue angle of 11.47º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60291C is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB964128-
CMYK00.570.710.62
HSL11.47º54.84%24.31%-
HSV(B)11.47º70.83%37.65%-
XYZ5.834.161.59-
YUV55.96112.22156.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.18%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=58.18%
G=24.85%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96412800.570.710.6211.4754.8424.31
Hex60291C039473Eb3718
Octal140513407110776136730
Binary11000001010011110001110011000111111110101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60291C; }

 p { color: rgb(96,41,28); }

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

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

 a { background-color: rgb(96,41,28); }

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

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

 span { border-color: rgb(96,41,28); }

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