#681406

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

Shades of Red Oxide #681406

Tints of Red Oxide #681406

Color information

#681406 (or 0x681406) is unknown color: approx Red Oxide. HEX triplet: 68, 14 and 06. RGB value is (104,20,6). Sum of RGB (Red+Green+Blue) = 104+20+6=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #681406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681406 is #97EBF9. Grayscale: #2B2B2B. Windows color (decimal): -9956346 or 398440. OLE color: 398440.

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

Color convert

RGB104206-
CMYK00.810.940.59
HSL8.57º89.09%21.57%-
HSV(B)8.57º94.23%40.78%-
XYZ5.993.460.52-
YUV43.52106.83171.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 80%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 6 (2.73% from 255) = 4.62%
R=80%
G=15.38%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10420600.810.940.598.5789.0921.57
Hex681460515E3B95916
Octal1502460121136731113126
Binary1101000101001100101000110111101110111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681406; }

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

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

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

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

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

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

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

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