#60271A

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

Shades of Caput Mortuum #60271A

Tints of Caput Mortuum #60271A

Color information

#60271A (or 0x60271A) is unknown color: approx Caput Mortuum. HEX triplet: 60, 27 and 1A. RGB value is (96,39,26). Sum of RGB (Red+Green+Blue) = 96+39+26=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #60271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60271A is #9FD8E5. Grayscale: #363636. Windows color (decimal): -10475750 or 1714016. OLE color: 1714016.

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

Color convert

RGB963926-
CMYK00.590.730.62
HSL11.14º57.38%23.92%-
HSV(B)11.14º72.92%37.65%-
XYZ5.744.011.45-
YUV54.56111.88157.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.63%
GREEN value IS 39 (15.62% from 255) = 24.22%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=59.63%
G=24.22%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96392600.590.730.6211.1457.3823.92
Hex60271A03B493Eb3918
Octal140473207311176137130
Binary11000001001111101001110111001001111110101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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