#681E11

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

Shades of Red Oxide #681E11

Tints of Red Oxide #681E11

Color information

#681E11 (or 0x681E11) is unknown color: approx Red Oxide. HEX triplet: 68, 1E and 11. RGB value is (104,30,17). Sum of RGB (Red+Green+Blue) = 104+30+17=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #681E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E11 is #97E1EE. Grayscale: #323232. Windows color (decimal): -9953775 or 1121896. OLE color: 1121896.

HSL color Cylindrical-coordinate representation of color #681E11: hue angle of 8.97º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681E11 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB1043017-
CMYK00.710.840.59
HSL8.97º71.9%23.73%-
HSV(B)8.97º83.65%40.78%-
XYZ6.273.910.95-
YUV50.64109.02166.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.87%
GREEN value IS 30 (12.11% from 255) = 19.87%
BLUE value IS 17 (7.03% from 255) = 11.26%
R=68.87%
G=19.87%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104301700.710.840.598.9771.923.73
Hex681E11047543B94818
Octal15036210107124731111030
Binary110100011110100010100011110101001110111001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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