#691909

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

Shades of Red Oxide #691909

Tints of Red Oxide #691909

Color information

#691909 (or 0x691909) is unknown color: approx Red Oxide. HEX triplet: 69, 19 and 09. RGB value is (105,25,9). Sum of RGB (Red+Green+Blue) = 105+25+9=139 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75.54% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 105 - color contains mainly: red. Hex color #691909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691909 is #96E6F6. Grayscale: #2F2F2F. Windows color (decimal): -9889527 or 596329. OLE color: 596329.

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

Color convert

RGB105259-
CMYK00.760.910.59
HSL10º84.21%22.35%-
HSV(B)10º91.43%41.18%-
XYZ6.223.720.65-
YUV47.1106.5169.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 75.54%
GREEN value IS 25 (10.16% from 255) = 17.99%
BLUE value IS 9 (3.91% from 255) = 6.47%
R=75.54%
G=17.99%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10525900.760.910.591084.2122.35
Hex6919904C5B3Ba5416
Octal15131110114133731212426
Binary11010011100110010100110010110111110111010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691909; }

 p { color: rgb(105,25,9); }

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

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

 a { background-color: rgb(105,25,9); }

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

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

 span { border-color: rgb(105,25,9); }

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