#681106

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

Shades of Red Oxide #681106

Tints of Red Oxide #681106

Color information

#681106 (or 0x681106) is unknown color: approx Red Oxide. HEX triplet: 68, 11 and 06. RGB value is (104,17,6). Sum of RGB (Red+Green+Blue) = 104+17+6=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #681106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681106 is #97EEF9. Grayscale: #292929. Windows color (decimal): -9957114 or 397672. OLE color: 397672.

HSL color Cylindrical-coordinate representation of color #681106: hue angle of 6.73º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #681106 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB104176-
CMYK00.840.940.59
HSL6.73º89.09%21.57%-
HSV(B)6.73º94.23%40.78%-
XYZ5.943.360.51-
YUV41.76107.82172.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 81.89%
GREEN value IS 17 (7.03% from 255) = 13.39%
BLUE value IS 6 (2.73% from 255) = 4.72%
R=81.89%
G=13.39%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10417600.840.940.596.7389.0921.57
Hex681160545E3B75916
Octal150216012413673713126
Binary110100010001110010101001011110111011111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681106; }

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

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

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

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

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

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

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

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