#611E11

Color #611E11 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #611E11

Tints of Red Oxide #611E11

Color information

#611E11 (or 0x611E11) is unknown color: approx Red Oxide. HEX triplet: 61, 1E and 11. RGB value is (97,30,17). Sum of RGB (Red+Green+Blue) = 97+30+17=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #611E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611E11 is #9EE1EE. Grayscale: #303030. Windows color (decimal): -10412527 or 1121889. OLE color: 1121889.

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

Color convert

RGB973017-
CMYK00.690.820.62
HSL9.75º70.18%22.35%-
HSV(B)9.75º82.47%38.04%-
XYZ5.53.510.92-
YUV48.55110.2162.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.36%
GREEN value IS 30 (12.11% from 255) = 20.83%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=67.36%
G=20.83%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97301700.690.820.629.7570.1822.35
Hex611E11045523Ea4616
Octal14136210105122761210626
Binary110000111110100010100010110100101111101010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,30,17); }

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

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

 a { background-color: rgb(97,30,17); }

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

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

 span { border-color: rgb(97,30,17); }

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