#681A19

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

Shades of Red Oxide #681A19

Tints of Red Oxide #681A19

Color information

#681A19 (or 0x681A19) is unknown color: approx Red Oxide. HEX triplet: 68, 1A and 19. RGB value is (104,26,25). Sum of RGB (Red+Green+Blue) = 104+26+25=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #681A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A19 is #97E5E6. Grayscale: #313131. Windows color (decimal): -9954791 or 1645160. OLE color: 1645160.

HSL color Cylindrical-coordinate representation of color #681A19: hue angle of 0.76º 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 #681A19 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB1042625-
CMYK00.750.760.59
HSL0.76º61.24%25.29%-
HSV(B)0.76º75.96%40.78%-
XYZ6.253.751.31-
YUV49.21114.34167.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 26 (10.55% from 255) = 16.77%
BLUE value IS 25 (10.16% from 255) = 16.13%
R=67.10%
G=16.77%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104262500.750.760.590.7661.2425.29
Hex681A1904B4C3B13d19
Octal150323101131147317531
Binary11010001101011001010010111001100111011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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