#60231B

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

Shades of Caput Mortuum #60231B

Tints of Caput Mortuum #60231B

Color information

#60231B (or 0x60231B) is unknown color: approx Caput Mortuum. HEX triplet: 60, 23 and 1B. RGB value is (96,35,27). Sum of RGB (Red+Green+Blue) = 96+35+27=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #60231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60231B is #9FDCE4. Grayscale: #343434. Windows color (decimal): -10476773 or 1778528. OLE color: 1778528.

HSL color Cylindrical-coordinate representation of color #60231B: hue angle of 6.96º 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 #60231B is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB963527-
CMYK00.640.720.62
HSL6.96º56.1%24.12%-
HSV(B)6.96º71.88%37.65%-
XYZ5.623.771.47-
YUV52.33113.71159.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.76%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 27 (10.94% from 255) = 17.09%
R=60.76%
G=22.15%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96352700.640.720.626.9656.124.12
Hex60231B040483E73818
Octal140433301001107677030
Binary11000001000111101101000000100100011111011111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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