#681E16

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

Shades of Red Oxide #681E16

Tints of Red Oxide #681E16

Color information

#681E16 (or 0x681E16) is unknown color: approx Red Oxide. HEX triplet: 68, 1E and 16. RGB value is (104,30,22). Sum of RGB (Red+Green+Blue) = 104+30+22=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #681E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E16 is #97E1E9. Grayscale: #333333. Windows color (decimal): -9953770 or 1449576. OLE color: 1449576.

HSL color Cylindrical-coordinate representation of color #681E16: hue angle of 5.85º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #681E16 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB1043022-
CMYK00.710.790.59
HSL5.85º65.08%24.71%-
HSV(B)5.85º78.85%40.78%-
XYZ6.323.931.18-
YUV51.21111.52165.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.67%
GREEN value IS 30 (12.11% from 255) = 19.23%
BLUE value IS 22 (8.98% from 255) = 14.10%
R=66.67%
G=19.23%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104302200.710.790.595.8565.0824.71
Hex681E160474F3B64119
Octal1503626010711773610131
Binary11010001111010110010001111001111111011110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681E16; }

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

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

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

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

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

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

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

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