#601E0D

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

Shades of Caput Mortuum #601E0D

Tints of Caput Mortuum #601E0D

Color information

#601E0D (or 0x601E0D) is unknown color: approx Caput Mortuum. HEX triplet: 60, 1E and 0D. RGB value is (96,30,13). Sum of RGB (Red+Green+Blue) = 96+30+13=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #601E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601E0D is #9FE1F2. Grayscale: #2F2F2F. Windows color (decimal): -10478067 or 859744. OLE color: 859744.

HSL color Cylindrical-coordinate representation of color #601E0D: hue angle of 12.29º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601E0D is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB963013-
CMYK00.690.860.62
HSL12.29º76.15%21.37%-
HSV(B)12.29º86.46%37.65%-
XYZ5.363.440.76-
YUV47.8108.37162.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.06%
GREEN value IS 30 (12.11% from 255) = 21.58%
BLUE value IS 13 (5.47% from 255) = 9.35%
R=69.06%
G=21.58%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96301300.690.860.6212.2976.1521.37
Hex601ED045563Ec4c15
Octal14036150105126761411425
Binary11000001111011010100010110101101111101100100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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