#681F09

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

Shades of Red Oxide #681F09

Tints of Red Oxide #681F09

Color information

#681F09 (or 0x681F09) is unknown color: approx Red Oxide. HEX triplet: 68, 1F and 09. RGB value is (104,31,9). Sum of RGB (Red+Green+Blue) = 104+31+9=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #681F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681F09 is #97E0F6. Grayscale: #323232. Windows color (decimal): -9953527 or 597864. OLE color: 597864.

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

Color convert

RGB104319-
CMYK00.700.910.59
HSL13.89º84.07%22.16%-
HSV(B)13.89º91.35%40.78%-
XYZ6.253.940.69-
YUV50.32104.68166.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.22%
GREEN value IS 31 (12.5% from 255) = 21.53%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=72.22%
G=21.53%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10431900.700.910.5913.8984.0722.16
Hex681F90465B3Be5416
Octal15037110106133731612426
Binary11010001111110010100011010110111110111110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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