#680D0A

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

Shades of Red Oxide #680D0A

Tints of Red Oxide #680D0A

Color information

#680D0A (or 0x680D0A) is unknown color: approx Red Oxide. HEX triplet: 68, 0D and 0A. RGB value is (104,13,10). Sum of RGB (Red+Green+Blue) = 104+13+10=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #680D0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680D0A is #97F2F5. Grayscale: #272727. Windows color (decimal): -9958134 or 658792. OLE color: 658792.

HSL color Cylindrical-coordinate representation of color #680D0A: hue angle of 1.91º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680D0A is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1041310-
CMYK00.880.900.59
HSL1.91º82.46%22.35%-
HSV(B)1.91º90.38%40.78%-
XYZ5.913.250.6-
YUV39.87111.15173.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 81.89%
GREEN value IS 13 (5.47% from 255) = 10.24%
BLUE value IS 10 (4.30% from 255) = 7.87%
R=81.89%
G=10.24%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104131000.880.900.591.9182.4622.35
Hex68DA0585A3B25216
Octal1501512013013273212226
Binary11010001101101001011000101101011101110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680D0A; }

 p { color: rgb(104,13,10); }

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

<style>
 a { background-color: #680D0A; }

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

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

<style>
 span { border-color: #680D0A; }

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

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