#611D09

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

Shades of Caput Mortuum #611D09

Tints of Caput Mortuum #611D09

Color information

#611D09 (or 0x611D09) is unknown color: approx Caput Mortuum. HEX triplet: 61, 1D and 09. RGB value is (97,29,9). Sum of RGB (Red+Green+Blue) = 97+29+9=135 (17% of max value = 765). Red value is 97 (38.28% from 255 or 71.85% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 97 - color contains mainly: red. Hex color #611D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611D09 is #9EE2F6. Grayscale: #2F2F2F. Windows color (decimal): -10412791 or 597345. OLE color: 597345.

HSL color Cylindrical-coordinate representation of color #611D09: hue angle of 13.64º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #611D09 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB97299-
CMYK00.700.910.62
HSL13.64º83.02%20.78%-
HSV(B)13.64º90.72%38.04%-
XYZ5.423.440.64-
YUV47.05106.53163.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 71.85%
GREEN value IS 29 (11.72% from 255) = 21.48%
BLUE value IS 9 (3.91% from 255) = 6.67%
R=71.85%
G=21.48%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9729900.700.910.6213.6483.0220.78
Hex611D90465B3Ee5315
Octal14135110106133761612325
Binary11000011110110010100011010110111111101110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611D09; }

 p { color: rgb(97,29,9); }

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

<style>
 a { background-color: #611D09; }

 a { background-color: rgb(97,29,9); }

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

<style>
 span { border-color: #611D09; }

 span { border-color: rgb(97,29,9); }

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