#681B19

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

Shades of Red Oxide #681B19

Tints of Red Oxide #681B19

Color information

#681B19 (or 0x681B19) is unknown color: approx Red Oxide. HEX triplet: 68, 1B and 19. RGB value is (104,27,25). Sum of RGB (Red+Green+Blue) = 104+27+25=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #681B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B19 is #97E4E6. Grayscale: #313131. Windows color (decimal): -9954535 or 1645416. OLE color: 1645416.

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

Color convert

RGB1042725-
CMYK00.740.760.59
HSL1.52º61.24%25.29%-
HSV(B)1.52º75.96%40.78%-
XYZ6.283.81.32-
YUV49.8114.01166.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.67%
GREEN value IS 27 (10.94% from 255) = 17.31%
BLUE value IS 25 (10.16% from 255) = 16.03%
R=66.67%
G=17.31%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104272500.740.760.591.5261.2425.29
Hex681B1904A4C3B23d19
Octal150333101121147327531
Binary110100011011110010100101010011001110111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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