#60251A

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

Shades of Caput Mortuum #60251A

Tints of Caput Mortuum #60251A

Color information

#60251A (or 0x60251A) is unknown color: approx Caput Mortuum. HEX triplet: 60, 25 and 1A. RGB value is (96,37,26). Sum of RGB (Red+Green+Blue) = 96+37+26=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #60251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60251A is #9FDAE5. Grayscale: #353535. Windows color (decimal): -10476262 or 1713504. OLE color: 1713504.

HSL color Cylindrical-coordinate representation of color #60251A: hue angle of 9.43º 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 #60251A is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB963726-
CMYK00.610.730.62
HSL9.43º57.38%23.92%-
HSV(B)9.43º72.92%37.65%-
XYZ5.673.881.43-
YUV53.39112.55158.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.38%
GREEN value IS 37 (14.84% from 255) = 23.27%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=60.38%
G=23.27%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96372600.610.730.629.4357.3823.92
Hex60251A03D493E93918
Octal140453207511176117130
Binary11000001001011101001111011001001111110100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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