#681906

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

Shades of Red Oxide #681906

Tints of Red Oxide #681906

Color information

#681906 (or 0x681906) is unknown color: approx Red Oxide. HEX triplet: 68, 19 and 06. RGB value is (104,25,6). Sum of RGB (Red+Green+Blue) = 104+25+6=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #681906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681906 is #97E6F9. Grayscale: #2E2E2E. Windows color (decimal): -9955066 or 399720. OLE color: 399720.

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

Color convert

RGB104256-
CMYK00.760.940.59
HSL11.63º89.09%21.57%-
HSV(B)11.63º94.23%40.78%-
XYZ6.093.650.56-
YUV46.46105.17169.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 77.04%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 6 (2.73% from 255) = 4.44%
R=77.04%
G=18.52%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10425600.760.940.5911.6389.0921.57
Hex6819604C5E3Bc5916
Octal1503160114136731413126
Binary1101000110011100100110010111101110111100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681906; }

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

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

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

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

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

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

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

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