#681E0A

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

Shades of Red Oxide #681E0A

Tints of Red Oxide #681E0A

Color information

#681E0A (or 0x681E0A) is unknown color: approx Red Oxide. HEX triplet: 68, 1E and 0A. RGB value is (104,30,10). Sum of RGB (Red+Green+Blue) = 104+30+10=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #681E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E0A is #97E1F5. Grayscale: #323232. Windows color (decimal): -9953782 or 663144. OLE color: 663144.

HSL color Cylindrical-coordinate representation of color #681E0A: hue angle of 12.77º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #681E0A is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1043010-
CMYK00.710.900.59
HSL12.77º82.46%22.35%-
HSV(B)12.77º90.38%40.78%-
XYZ6.233.890.71-
YUV49.85105.52166.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.22%
GREEN value IS 30 (12.11% from 255) = 20.83%
BLUE value IS 10 (4.30% from 255) = 6.94%
R=72.22%
G=20.83%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104301000.710.900.5912.7782.4622.35
Hex681EA0475A3Bd5216
Octal15036120107132731512226
Binary11010001111010100100011110110101110111101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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