#601D07

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

Shades of Caput Mortuum #601D07

Tints of Caput Mortuum #601D07

Color information

#601D07 (or 0x601D07) is unknown color: approx Caput Mortuum. HEX triplet: 60, 1D and 07. RGB value is (96,29,7). Sum of RGB (Red+Green+Blue) = 96+29+7=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #601D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601D07 is #9FE2F8. Grayscale: #2E2E2E. Windows color (decimal): -10478329 or 466272. OLE color: 466272.

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

Color convert

RGB96297-
CMYK00.700.930.62
HSL14.83º86.41%20.2%-
HSV(B)14.83º92.71%37.65%-
XYZ5.33.380.57-
YUV46.53105.7163.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 72.73%
GREEN value IS 29 (11.72% from 255) = 21.97%
BLUE value IS 7 (3.12% from 255) = 5.30%
R=72.73%
G=21.97%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9629700.700.930.6214.8386.4120.2
Hex601D70465D3Ef5614
Octal1403570106135761712624
Binary1100000111011110100011010111011111101111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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