#601D08

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

Shades of Caput Mortuum #601D08

Tints of Caput Mortuum #601D08

Color information

#601D08 (or 0x601D08) is unknown color: approx Caput Mortuum. HEX triplet: 60, 1D and 08. RGB value is (96,29,8). Sum of RGB (Red+Green+Blue) = 96+29+8=133 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.18% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 96 - color contains mainly: red. Hex color #601D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601D08 is #9FE2F7. Grayscale: #2E2E2E. Windows color (decimal): -10478328 or 531808. OLE color: 531808.

HSL color Cylindrical-coordinate representation of color #601D08: hue angle of 14.32º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #601D08 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB96298-
CMYK00.700.920.62
HSL14.32º84.62%20.39%-
HSV(B)14.32º91.67%37.65%-
XYZ5.313.380.6-
YUV46.64106.2163.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 72.18%
GREEN value IS 29 (11.72% from 255) = 21.80%
BLUE value IS 8 (3.52% from 255) = 6.02%
R=72.18%
G=21.80%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9629800.700.920.6214.3284.6220.39
Hex601D80465C3Ee5514
Octal14035100106134761612524
Binary11000001110110000100011010111001111101110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601D08; }

 p { color: rgb(96,29,8); }

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

<style>
 a { background-color: #601D08; }

 a { background-color: rgb(96,29,8); }

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

<style>
 span { border-color: #601D08; }

 span { border-color: rgb(96,29,8); }

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