#680E09

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

Shades of Red Oxide #680E09

Tints of Red Oxide #680E09

Color information

#680E09 (or 0x680E09) is unknown color: approx Red Oxide. HEX triplet: 68, 0E and 09. RGB value is (104,14,9). Sum of RGB (Red+Green+Blue) = 104+14+9=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #680E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680E09 is #97F1F6. Grayscale: #282828. Windows color (decimal): -9957879 or 593512. OLE color: 593512.

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

Color convert

RGB104149-
CMYK00.870.910.59
HSL3.16º84.07%22.16%-
HSV(B)3.16º91.35%40.78%-
XYZ5.923.280.58-
YUV40.34110.32173.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 81.89%
GREEN value IS 14 (5.86% from 255) = 11.02%
BLUE value IS 9 (3.91% from 255) = 7.09%
R=81.89%
G=11.02%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10414900.870.910.593.1684.0722.16
Hex68E90575B3B35416
Octal1501611012713373312426
Binary11010001110100101010111101101111101111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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