#681E17

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

Shades of Red Oxide #681E17

Tints of Red Oxide #681E17

Color information

#681E17 (or 0x681E17) is unknown color: approx Red Oxide. HEX triplet: 68, 1E and 17. RGB value is (104,30,23). Sum of RGB (Red+Green+Blue) = 104+30+23=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #681E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E17 is #97E1E8. Grayscale: #333333. Windows color (decimal): -9953769 or 1515112. OLE color: 1515112.

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

Color convert

RGB1043023-
CMYK00.710.780.59
HSL5.19º63.78%24.9%-
HSV(B)5.19º77.88%40.78%-
XYZ6.333.931.24-
YUV51.33112.02165.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.24%
GREEN value IS 30 (12.11% from 255) = 19.11%
BLUE value IS 23 (9.38% from 255) = 14.65%
R=66.24%
G=19.11%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104302300.710.780.595.1963.7824.9
Hex681E170474E3B54019
Octal1503627010711673510031
Binary11010001111010111010001111001110111011101100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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