#681109

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

Shades of Red Oxide #681109

Tints of Red Oxide #681109

Color information

#681109 (or 0x681109) is unknown color: approx Red Oxide. HEX triplet: 68, 11 and 09. RGB value is (104,17,9). Sum of RGB (Red+Green+Blue) = 104+17+9=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #681109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681109 is #97EEF6. Grayscale: #2A2A2A. Windows color (decimal): -9957111 or 594280. OLE color: 594280.

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

Color convert

RGB104179-
CMYK00.840.910.59
HSL5.05º84.07%22.16%-
HSV(B)5.05º91.35%40.78%-
XYZ5.963.360.59-
YUV42.1109.32172.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 80%
GREEN value IS 17 (7.03% from 255) = 13.08%
BLUE value IS 9 (3.91% from 255) = 6.92%
R=80%
G=13.08%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10417900.840.910.595.0584.0722.16
Hex681190545B3B55416
Octal1502111012413373512426
Binary1101000100011001010101001011011111011101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681109; }

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

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

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

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

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

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

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

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