#691506

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

Shades of Red Oxide #691506

Tints of Red Oxide #691506

Color information

#691506 (or 0x691506) is unknown color: approx Red Oxide. HEX triplet: 69, 15 and 06. RGB value is (105,21,6). Sum of RGB (Red+Green+Blue) = 105+21+6=132 (17% of max value = 765). Red value is 105 (41.41% from 255 or 79.55% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 105 - color contains mainly: red. Hex color #691506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691506 is #96EAF9. Grayscale: #2C2C2C. Windows color (decimal): -9890554 or 398697. OLE color: 398697.

HSL color Cylindrical-coordinate representation of color #691506: hue angle of 9.09º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #691506 is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB105216-
CMYK00.800.940.59
HSL9.09º89.19%21.76%-
HSV(B)9.09º94.29%41.18%-
XYZ6.133.550.54-
YUV44.41106.33171.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 79.55%
GREEN value IS 21 (8.59% from 255) = 15.91%
BLUE value IS 6 (2.73% from 255) = 4.55%
R=79.55%
G=15.91%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10521600.800.940.599.0989.1921.76
Hex691560505E3B95916
Octal1512560120136731113126
Binary1101001101011100101000010111101110111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691506; }

 p { color: rgb(105,21,6); }

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

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

 a { background-color: rgb(105,21,6); }

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

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

 span { border-color: rgb(105,21,6); }

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