#681D18

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

Shades of Red Oxide #681D18

Tints of Red Oxide #681D18

Color information

#681D18 (or 0x681D18) is unknown color: approx Red Oxide. HEX triplet: 68, 1D and 18. RGB value is (104,29,24). Sum of RGB (Red+Green+Blue) = 104+29+24=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #681D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681D18 is #97E2E7. Grayscale: #323232. Windows color (decimal): -9954024 or 1580392. OLE color: 1580392.

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

Color convert

RGB1042924-
CMYK00.720.770.59
HSL3.75º62.5%25.1%-
HSV(B)3.75º76.92%40.78%-
XYZ6.313.891.28-
YUV50.86112.85165.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.24%
GREEN value IS 29 (11.72% from 255) = 18.47%
BLUE value IS 24 (9.77% from 255) = 15.29%
R=66.24%
G=18.47%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104292400.720.770.593.7562.525.1
Hex681D180484D3B43e19
Octal150353001101157347631
Binary1101000111011100001001000100110111101110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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