#681E09

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

Shades of Red Oxide #681E09

Tints of Red Oxide #681E09

Color information

#681E09 (or 0x681E09) is unknown color: approx Red Oxide. HEX triplet: 68, 1E and 09. RGB value is (104,30,9). Sum of RGB (Red+Green+Blue) = 104+30+9=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #681E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E09 is #97E1F6. Grayscale: #313131. Windows color (decimal): -9953783 or 597608. OLE color: 597608.

HSL color Cylindrical-coordinate representation of color #681E09: hue angle of 13.26º 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 #681E09 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB104309-
CMYK00.710.910.59
HSL13.26º84.07%22.16%-
HSV(B)13.26º91.35%40.78%-
XYZ6.223.890.68-
YUV49.73105.02166.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.73%
GREEN value IS 30 (12.11% from 255) = 20.98%
BLUE value IS 9 (3.91% from 255) = 6.29%
R=72.73%
G=20.98%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10430900.710.910.5913.2684.0722.16
Hex681E90475B3Bd5416
Octal15036110107133731512426
Binary11010001111010010100011110110111110111101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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