#681A11

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

Shades of Red Oxide #681A11

Tints of Red Oxide #681A11

Color information

#681A11 (or 0x681A11) is unknown color: approx Red Oxide. HEX triplet: 68, 1A and 11. RGB value is (104,26,17). Sum of RGB (Red+Green+Blue) = 104+26+17=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #681A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A11 is #97E5EE. Grayscale: #303030. Windows color (decimal): -9954799 or 1120872. OLE color: 1120872.

HSL color Cylindrical-coordinate representation of color #681A11: hue angle of 6.21º 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 #681A11 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB1042617-
CMYK00.750.840.59
HSL6.21º71.9%23.73%-
HSV(B)6.21º83.65%40.78%-
XYZ6.183.720.92-
YUV48.3110.34167.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 70.75%
GREEN value IS 26 (10.55% from 255) = 17.69%
BLUE value IS 17 (7.03% from 255) = 11.56%
R=70.75%
G=17.69%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104261700.750.840.596.2171.923.73
Hex681A1104B543B64818
Octal1503221011312473611030
Binary11010001101010001010010111010100111011110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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