#60271c

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

Shades of Caput Mortuum #60271C

Tints of Caput Mortuum #60271C

Color information

#60271C (or 0x60271C) is unknown color: approx Caput Mortuum. HEX triplet: 60, 27 and 1C. RGB value is (96,39,28). Sum of RGB (Red+Green+Blue) = 96+39+28=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60271C is #9FD8E3. Grayscale: #363636. Windows color (decimal): -10475748 or 1845088. OLE color: 1845088.

HSL color Cylindrical-coordinate representation of color #60271C: hue angle of 9.71º 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 #60271C is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB963928-
CMYK00.590.710.62
HSL9.71º54.84%24.31%-
HSV(B)9.71º70.83%37.65%-
XYZ5.764.021.57-
YUV54.79112.88157.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.90%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 28 (11.33% from 255) = 17.18%
R=58.90%
G=23.93%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96392800.590.710.629.7154.8424.31
Hex60271C03B473Ea3718
Octal140473407310776126730
Binary11000001001111110001110111000111111110101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60271c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60271c; }

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

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

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

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

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

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

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

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