#681806

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

Shades of Red Oxide #681806

Tints of Red Oxide #681806

Color information

#681806 (or 0x681806) is unknown color: approx Red Oxide. HEX triplet: 68, 18 and 06. RGB value is (104,24,6). Sum of RGB (Red+Green+Blue) = 104+24+6=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #681806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681806 is #97E7F9. Grayscale: #2E2E2E. Windows color (decimal): -9955322 or 399464. OLE color: 399464.

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

Color convert

RGB104246-
CMYK00.770.940.59
HSL11.02º89.09%21.57%-
HSV(B)11.02º94.23%40.78%-
XYZ6.073.610.55-
YUV45.87105.5169.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 77.61%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 6 (2.73% from 255) = 4.48%
R=77.61%
G=17.91%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10424600.770.940.5911.0289.0921.57
Hex6818604D5E3Bb5916
Octal1503060115136731313126
Binary1101000110001100100110110111101110111011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681806; }

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

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

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

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

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

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

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

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