#681E1A

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

Shades of Red Oxide #681E1A

Tints of Red Oxide #681E1A

Color information

#681E1A (or 0x681E1A) is unknown color: approx Red Oxide. HEX triplet: 68, 1E and 1A. RGB value is (104,30,26). Sum of RGB (Red+Green+Blue) = 104+30+26=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #681E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E1A is #97E1E5. Grayscale: #333333. Windows color (decimal): -9953766 or 1711720. OLE color: 1711720.

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

Color convert

RGB1043026-
CMYK00.710.750.59
HSL3.08º60%25.49%-
HSV(B)3.08º75%40.78%-
XYZ6.363.951.4-
YUV51.67113.52165.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65%
GREEN value IS 30 (12.11% from 255) = 18.75%
BLUE value IS 26 (10.55% from 255) = 16.25%
R=65%
G=18.75%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104302600.710.750.593.086025.49
Hex681E1A0474B3B33c19
Octal150363201071137337431
Binary110100011110110100100011110010111110111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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