#680E0B

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

Shades of Red Oxide #680E0B

Tints of Red Oxide #680E0B

Color information

#680E0B (or 0x680E0B) is unknown color: approx Red Oxide. HEX triplet: 68, 0E and 0B. RGB value is (104,14,11). Sum of RGB (Red+Green+Blue) = 104+14+11=129 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80.62% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 104 - color contains mainly: red. Hex color #680E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680E0B is #97F1F4. Grayscale: #282828. Windows color (decimal): -9957877 or 724584. OLE color: 724584.

HSL color Cylindrical-coordinate representation of color #680E0B: hue angle of 1.94º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680E0B is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB1041411-
CMYK00.870.890.59
HSL1.94º80.87%22.55%-
HSV(B)1.94º89.42%40.78%-
XYZ5.933.280.64-
YUV40.57111.32173.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 80.62%
GREEN value IS 14 (5.86% from 255) = 10.85%
BLUE value IS 11 (4.69% from 255) = 8.53%
R=80.62%
G=10.85%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104141100.870.890.591.9480.8722.55
Hex68EB057593B25117
Octal1501613012713173212127
Binary11010001110101101010111101100111101110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,14,11); }

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

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

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

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

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

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

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