#60281D

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

Shades of Caput Mortuum #60281D

Tints of Caput Mortuum #60281D

Color information

#60281D (or 0x60281D) is unknown color: approx Caput Mortuum. HEX triplet: 60, 28 and 1D. RGB value is (96,40,29). Sum of RGB (Red+Green+Blue) = 96+40+29=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #60281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60281D is #9FD7E2. Grayscale: #373737. Windows color (decimal): -10475491 or 1910880. OLE color: 1910880.

HSL color Cylindrical-coordinate representation of color #60281D: hue angle of 9.85º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60281D is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB964029-
CMYK00.580.700.62
HSL9.85º53.6%24.51%-
HSV(B)9.85º69.79%37.65%-
XYZ5.84.091.65-
YUV55.49113.05156.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.18%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=58.18%
G=24.24%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96402900.580.700.629.8553.624.51
Hex60281D03A463Ea3619
Octal140503507210676126631
Binary11000001010001110101110101000110111110101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60281D; }

 p { color: rgb(96,40,29); }

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

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

 a { background-color: rgb(96,40,29); }

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

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

 span { border-color: rgb(96,40,29); }

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