#60251e

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

Shades of Caput Mortuum #60251E

Tints of Caput Mortuum #60251E

Color information

#60251E (or 0x60251E) is unknown color: approx Caput Mortuum. HEX triplet: 60, 25 and 1E. RGB value is (96,37,30). Sum of RGB (Red+Green+Blue) = 96+37+30=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60251E is #9FDAE1. Grayscale: #353535. Windows color (decimal): -10476258 or 1975648. OLE color: 1975648.

HSL color Cylindrical-coordinate representation of color #60251E: hue angle of 6.36º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60251E is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB963730-
CMYK00.610.690.62
HSL6.36º52.38%24.71%-
HSV(B)6.36º68.75%37.65%-
XYZ5.723.91.68-
YUV53.84114.55158.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.90%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 30 (12.11% from 255) = 18.40%
R=58.90%
G=22.70%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96373000.610.690.626.3652.3824.71
Hex60251E03D453E63419
Octal14045360751057666431
Binary1100000100101111100111101100010111111011011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60251e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60251e; }

 p { color: rgb(96,37,30); }

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

<style>
 a { background-color: #60251e; }

 a { background-color: rgb(96,37,30); }

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

<style>
 span { border-color: #60251e; }

 span { border-color: rgb(96,37,30); }

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