#601C06

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

Shades of Caput Mortuum #601C06

Tints of Caput Mortuum #601C06

Color information

#601C06 (or 0x601C06) is unknown color: approx Caput Mortuum. HEX triplet: 60, 1C and 06. RGB value is (96,28,6). Sum of RGB (Red+Green+Blue) = 96+28+6=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #601C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601C06 is #9FE3F9. Grayscale: #2D2D2D. Windows color (decimal): -10478586 or 400480. OLE color: 400480.

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

Color convert

RGB96286-
CMYK00.710.940.62
HSL14.67º88.24%20%-
HSV(B)14.67º93.75%37.65%-
XYZ5.273.330.54-
YUV45.82105.53163.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 73.85%
GREEN value IS 28 (11.33% from 255) = 21.54%
BLUE value IS 6 (2.73% from 255) = 4.62%
R=73.85%
G=21.54%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9628600.710.940.6214.6788.2420
Hex601C60475E3Ef5814
Octal1403460107136761713024
Binary1100000111001100100011110111101111101111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,28,6); }

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

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

 a { background-color: rgb(96,28,6); }

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

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

 span { border-color: rgb(96,28,6); }

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