#611F09

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

Shades of Caput Mortuum #611F09

Tints of Caput Mortuum #611F09

Color information

#611F09 (or 0x611F09) is unknown color: approx Caput Mortuum. HEX triplet: 61, 1F and 09. RGB value is (97,31,9). Sum of RGB (Red+Green+Blue) = 97+31+9=137 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.80% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 97 - color contains mainly: red. Hex color #611F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611F09 is #9EE0F6. Grayscale: #303030. Windows color (decimal): -10412279 or 597857. OLE color: 597857.

HSL color Cylindrical-coordinate representation of color #611F09: hue angle of 15º 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 #611F09 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB97319-
CMYK00.680.910.62
HSL15º83.02%20.78%-
HSV(B)15º90.72%38.04%-
XYZ5.473.540.65-
YUV48.23105.87162.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.80%
GREEN value IS 31 (12.5% from 255) = 22.63%
BLUE value IS 9 (3.91% from 255) = 6.57%
R=70.80%
G=22.63%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9731900.680.910.621583.0220.78
Hex611F90445B3Ef5315
Octal14137110104133761712325
Binary11000011111110010100010010110111111101111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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