#681911

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

Shades of Red Oxide #681911

Tints of Red Oxide #681911

Color information

#681911 (or 0x681911) is unknown color: approx Red Oxide. HEX triplet: 68, 19 and 11. RGB value is (104,25,17). Sum of RGB (Red+Green+Blue) = 104+25+17=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #681911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681911 is #97E6EE. Grayscale: #2F2F2F. Windows color (decimal): -9955055 or 1120616. OLE color: 1120616.

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

Color convert

RGB1042517-
CMYK00.760.840.59
HSL5.52º71.9%23.73%-
HSV(B)5.52º83.65%40.78%-
XYZ6.163.680.92-
YUV47.71110.67168.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.23%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 17 (7.03% from 255) = 11.64%
R=71.23%
G=17.12%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104251700.760.840.595.5271.923.73
Hex68191104C543B64818
Octal1503121011412473611030
Binary11010001100110001010011001010100111011110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681911; }

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

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

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

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

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

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

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

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