#681606

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

Shades of Red Oxide #681606

Tints of Red Oxide #681606

Color information

#681606 (or 0x681606) is unknown color: approx Red Oxide. HEX triplet: 68, 16 and 06. RGB value is (104,22,6). Sum of RGB (Red+Green+Blue) = 104+22+6=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #681606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681606 is #97E9F9. Grayscale: #2C2C2C. Windows color (decimal): -9955834 or 398952. OLE color: 398952.

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

Color convert

RGB104226-
CMYK00.790.940.59
HSL9.8º89.09%21.57%-
HSV(B)9.8º94.23%40.78%-
XYZ6.033.530.54-
YUV44.69106.17170.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 78.79%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 6 (2.73% from 255) = 4.55%
R=78.79%
G=16.67%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10422600.790.940.599.889.0921.57
Hex6816604F5E3Ba5916
Octal1502660117136731213126
Binary1101000101101100100111110111101110111010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681606; }

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

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

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

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

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

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

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

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