#681009

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

Shades of Red Oxide #681009

Tints of Red Oxide #681009

Color information

#681009 (or 0x681009) is unknown color: approx Red Oxide. HEX triplet: 68, 10 and 09. RGB value is (104,16,9). Sum of RGB (Red+Green+Blue) = 104+16+9=129 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80.62% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 104 - color contains mainly: red. Hex color #681009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681009 is #97EFF6. Grayscale: #292929. Windows color (decimal): -9957367 or 594024. OLE color: 594024.

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

Color convert

RGB104169-
CMYK00.850.910.59
HSL4.42º84.07%22.16%-
HSV(B)4.42º91.35%40.78%-
XYZ5.943.330.59-
YUV41.51109.65172.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 80.62%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 9 (3.91% from 255) = 6.98%
R=80.62%
G=12.40%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10416900.850.910.594.4284.0722.16
Hex681090555B3B45416
Octal1502011012513373412426
Binary1101000100001001010101011011011111011100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681009; }

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

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

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

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

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

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

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

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