#681C19

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

Shades of Red Oxide #681C19

Tints of Red Oxide #681C19

Color information

#681C19 (or 0x681C19) is unknown color: approx Red Oxide. HEX triplet: 68, 1C and 19. RGB value is (104,28,25). Sum of RGB (Red+Green+Blue) = 104+28+25=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #681C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C19 is #97E3E6. Grayscale: #323232. Windows color (decimal): -9954279 or 1645672. OLE color: 1645672.

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

Color convert

RGB1042825-
CMYK00.730.760.59
HSL2.28º61.24%25.29%-
HSV(B)2.28º75.96%40.78%-
XYZ6.33.841.33-
YUV50.38113.68166.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.24%
GREEN value IS 28 (11.33% from 255) = 17.83%
BLUE value IS 25 (10.16% from 255) = 15.92%
R=66.24%
G=17.83%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104282500.730.760.592.2861.2425.29
Hex681C190494C3B23d19
Octal150343101111147327531
Binary110100011100110010100100110011001110111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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