#611E0E

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

Shades of Red Oxide #611E0E

Tints of Red Oxide #611E0E

Color information

#611E0E (or 0x611E0E) is unknown color: approx Red Oxide. HEX triplet: 61, 1E and 0E. RGB value is (97,30,14). Sum of RGB (Red+Green+Blue) = 97+30+14=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #611E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611E0E is #9EE1F1. Grayscale: #303030. Windows color (decimal): -10412530 or 925281. OLE color: 925281.

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

Color convert

RGB973014-
CMYK00.690.860.62
HSL11.57º74.77%21.76%-
HSV(B)11.57º85.57%38.04%-
XYZ5.473.50.8-
YUV48.21108.7162.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.79%
GREEN value IS 30 (12.11% from 255) = 21.28%
BLUE value IS 14 (5.86% from 255) = 9.93%
R=68.79%
G=21.28%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97301400.690.860.6211.5774.7721.76
Hex611EE045563Ec4b16
Octal14136160105126761411326
Binary11000011111011100100010110101101111101100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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