#611E12

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

Shades of Red Oxide #611E12

Tints of Red Oxide #611E12

Color information

#611E12 (or 0x611E12) is unknown color: approx Red Oxide. HEX triplet: 61, 1E and 12. RGB value is (97,30,18). Sum of RGB (Red+Green+Blue) = 97+30+18=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #611E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611E12 is #9EE1ED. Grayscale: #303030. Windows color (decimal): -10412526 or 1187425. OLE color: 1187425.

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

Color convert

RGB973018-
CMYK00.690.810.62
HSL9.11º68.7%22.55%-
HSV(B)9.11º81.44%38.04%-
XYZ5.53.510.96-
YUV48.66110.7162.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.90%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=66.90%
G=20.69%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97301800.690.810.629.1168.722.55
Hex611E12045513E94517
Octal14136220105121761110527
Binary110000111110100100100010110100011111101001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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