#681d1d

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

Shades of Red Oxide #681D1D

Tints of Red Oxide #681D1D

Color information

#681D1D (or 0x681D1D) is unknown color: approx Red Oxide. HEX triplet: 68, 1D and 1D. RGB value is (104,29,29). Sum of RGB (Red+Green+Blue) = 104+29+29=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #681D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D1D is #97E2E2. Grayscale: #333333. Windows color (decimal): -9954019 or 1908072. OLE color: 1908072.

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

Color convert

RGB1042929-
CMYK00.720.720.59
HSL56.39%26.08%-
HSV(B)72.12%40.78%-
XYZ6.373.911.58-
YUV51.42115.35165.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.20%
GREEN value IS 29 (11.72% from 255) = 17.90%
BLUE value IS 29 (11.72% from 255) = 17.90%
R=64.20%
G=17.90%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104292900.720.720.59056.3926.08
Hex681D1D048483B0381a
Octal150353501101107307032
Binary11010001110111101010010001001000111011011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681d1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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