#60291B

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

Shades of Caput Mortuum #60291B

Tints of Caput Mortuum #60291B

Color information

#60291B (or 0x60291B) is unknown color: approx Caput Mortuum. HEX triplet: 60, 29 and 1B. RGB value is (96,41,27). Sum of RGB (Red+Green+Blue) = 96+41+27=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #60291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60291B is #9FD6E4. Grayscale: #373737. Windows color (decimal): -10475237 or 1780064. OLE color: 1780064.

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

Color convert

RGB964127-
CMYK00.570.720.62
HSL12.17º56.1%24.12%-
HSV(B)12.17º71.88%37.65%-
XYZ5.814.151.53-
YUV55.85111.72156.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.54%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 27 (10.94% from 255) = 16.46%
R=58.54%
G=25%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96412700.570.720.6212.1756.124.12
Hex60291B039483Ec3818
Octal140513307111076147030
Binary11000001010011101101110011001000111110110011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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