#681706

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

Shades of Red Oxide #681706

Tints of Red Oxide #681706

Color information

#681706 (or 0x681706) is unknown color: approx Red Oxide. HEX triplet: 68, 17 and 06. RGB value is (104,23,6). Sum of RGB (Red+Green+Blue) = 104+23+6=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #681706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681706 is #97E8F9. Grayscale: #2D2D2D. Windows color (decimal): -9955578 or 399208. OLE color: 399208.

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

Color convert

RGB104236-
CMYK00.780.940.59
HSL10.41º89.09%21.57%-
HSV(B)10.41º94.23%40.78%-
XYZ6.053.570.54-
YUV45.28105.84169.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 78.20%
GREEN value IS 23 (9.38% from 255) = 17.29%
BLUE value IS 6 (2.73% from 255) = 4.51%
R=78.20%
G=17.29%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10423600.780.940.5910.4189.0921.57
Hex6817604E5E3Ba5916
Octal1502760116136731213126
Binary1101000101111100100111010111101110111010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681706; }

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

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

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

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

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

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

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

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