#681409

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

Shades of Red Oxide #681409

Tints of Red Oxide #681409

Color information

#681409 (or 0x681409) is unknown color: approx Red Oxide. HEX triplet: 68, 14 and 09. RGB value is (104,20,9). Sum of RGB (Red+Green+Blue) = 104+20+9=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #681409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681409 is #97EBF6. Grayscale: #2B2B2B. Windows color (decimal): -9956343 or 595048. OLE color: 595048.

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

Color convert

RGB104209-
CMYK00.810.910.59
HSL6.95º84.07%22.16%-
HSV(B)6.95º91.35%40.78%-
XYZ6.013.460.61-
YUV43.86108.33170.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 78.20%
GREEN value IS 20 (8.20% from 255) = 15.04%
BLUE value IS 9 (3.91% from 255) = 6.77%
R=78.20%
G=15.04%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10420900.810.910.596.9584.0722.16
Hex681490515B3B75416
Octal1502411012113373712426
Binary1101000101001001010100011011011111011111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681409; }

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

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

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

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

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

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

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

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