#681D15

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

Shades of Red Oxide #681D15

Tints of Red Oxide #681D15

Color information

#681D15 (or 0x681D15) is unknown color: approx Red Oxide. HEX triplet: 68, 1D and 15. RGB value is (104,29,21). Sum of RGB (Red+Green+Blue) = 104+29+21=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #681D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681D15 is #97E2EA. Grayscale: #323232. Windows color (decimal): -9954027 or 1383784. OLE color: 1383784.

HSL color Cylindrical-coordinate representation of color #681D15: hue angle of 5.78º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681D15 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1042921-
CMYK00.720.800.59
HSL5.78º66.4%24.51%-
HSV(B)5.78º79.81%40.78%-
XYZ6.283.881.13-
YUV50.51111.35166.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.53%
GREEN value IS 29 (11.72% from 255) = 18.83%
BLUE value IS 21 (8.59% from 255) = 13.64%
R=67.53%
G=18.83%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104292100.720.800.595.7866.424.51
Hex681D15048503B64219
Octal1503525011012073610231
Binary11010001110110101010010001010000111011110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,29,21); }

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

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

 a { background-color: rgb(104,29,21); }

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

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

 span { border-color: rgb(104,29,21); }

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