#681F19

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

Shades of Red Oxide #681F19

Tints of Red Oxide #681F19

Color information

#681F19 (or 0x681F19) is unknown color: approx Red Oxide. HEX triplet: 68, 1F and 19. RGB value is (104,31,25). Sum of RGB (Red+Green+Blue) = 104+31+25=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #681F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681F19 is #97E0E6. Grayscale: #343434. Windows color (decimal): -9953511 or 1646440. OLE color: 1646440.

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

Color convert

RGB1043125-
CMYK00.700.760.59
HSL4.56º61.24%25.29%-
HSV(B)4.56º75.96%40.78%-
XYZ6.373.991.35-
YUV52.14112.68164.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65%
GREEN value IS 31 (12.5% from 255) = 19.38%
BLUE value IS 25 (10.16% from 255) = 15.62%
R=65%
G=19.38%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104312500.700.760.594.5661.2425.29
Hex681F190464C3B53d19
Octal150373101061147357531
Binary1101000111111100101000110100110011101110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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