#611F0E

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

Shades of Caput Mortuum #611F0E

Tints of Caput Mortuum #611F0E

Color information

#611F0E (or 0x611F0E) is unknown color: approx Caput Mortuum. HEX triplet: 61, 1F and 0E. RGB value is (97,31,14). Sum of RGB (Red+Green+Blue) = 97+31+14=142 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.31% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 97 - color contains mainly: red. Hex color #611F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611F0E is #9EE0F1. Grayscale: #303030. Windows color (decimal): -10412274 or 925537. OLE color: 925537.

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

Color convert

RGB973114-
CMYK00.680.860.62
HSL12.29º74.77%21.76%-
HSV(B)12.29º85.57%38.04%-
XYZ5.53.550.81-
YUV48.8108.37162.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.31%
GREEN value IS 31 (12.5% from 255) = 21.83%
BLUE value IS 14 (5.86% from 255) = 9.86%
R=68.31%
G=21.83%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97311400.680.860.6212.2974.7721.76
Hex611FE044563Ec4b16
Octal14137160104126761411326
Binary11000011111111100100010010101101111101100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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