#681E19

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

Shades of Red Oxide #681E19

Tints of Red Oxide #681E19

Color information

#681E19 (or 0x681E19) is unknown color: approx Red Oxide. HEX triplet: 68, 1E and 19. RGB value is (104,30,25). Sum of RGB (Red+Green+Blue) = 104+30+25=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #681E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E19 is #97E1E6. Grayscale: #333333. Windows color (decimal): -9953767 or 1646184. OLE color: 1646184.

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

Color convert

RGB1043025-
CMYK00.710.760.59
HSL3.8º61.24%25.29%-
HSV(B)3.8º75.96%40.78%-
XYZ6.353.941.35-
YUV51.56113.02165.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.41%
GREEN value IS 30 (12.11% from 255) = 18.87%
BLUE value IS 25 (10.16% from 255) = 15.72%
R=65.41%
G=18.87%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104302500.710.760.593.861.2425.29
Hex681E190474C3B43d19
Octal150363101071147347531
Binary1101000111101100101000111100110011101110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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