#681A09

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

Shades of Red Oxide #681A09

Tints of Red Oxide #681A09

Color information

#681A09 (or 0x681A09) is unknown color: approx Red Oxide. HEX triplet: 68, 1A and 09. RGB value is (104,26,9). Sum of RGB (Red+Green+Blue) = 104+26+9=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #681A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A09 is #97E5F6. Grayscale: #2F2F2F. Windows color (decimal): -9954807 or 596584. OLE color: 596584.

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

Color convert

RGB104269-
CMYK00.750.910.59
HSL10.74º84.07%22.16%-
HSV(B)10.74º91.35%40.78%-
XYZ6.133.70.65-
YUV47.38106.34168.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 74.82%
GREEN value IS 26 (10.55% from 255) = 18.71%
BLUE value IS 9 (3.91% from 255) = 6.47%
R=74.82%
G=18.71%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10426900.750.910.5910.7484.0722.16
Hex681A904B5B3Bb5416
Octal15032110113133731312426
Binary11010001101010010100101110110111110111011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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