#60291E

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

Shades of Caput Mortuum #60291E

Tints of Caput Mortuum #60291E

Color information

#60291E (or 0x60291E) is unknown color: approx Caput Mortuum. HEX triplet: 60, 29 and 1E. RGB value is (96,41,30). Sum of RGB (Red+Green+Blue) = 96+41+30=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #60291E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60291E is #9FD6E1. Grayscale: #383838. Windows color (decimal): -10475234 or 1976672. OLE color: 1976672.

HSL color Cylindrical-coordinate representation of color #60291E: hue angle of 10º 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 #60291E is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB964130-
CMYK00.570.690.62
HSL10º52.38%24.71%-
HSV(B)10º68.75%37.65%-
XYZ5.854.171.72-
YUV56.19113.22156.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.49%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 30 (12.11% from 255) = 17.96%
R=57.49%
G=24.55%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96413000.570.690.621052.3824.71
Hex60291E039453Ea3419
Octal140513607110576126431
Binary11000001010011111001110011000101111110101011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60291E; }

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

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

<style>
 a { background-color: #60291E; }

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

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

<style>
 span { border-color: #60291E; }

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

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