#691606

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

Shades of Red Oxide #691606

Tints of Red Oxide #691606

Color information

#691606 (or 0x691606) is unknown color: approx Red Oxide. HEX triplet: 69, 16 and 06. RGB value is (105,22,6). Sum of RGB (Red+Green+Blue) = 105+22+6=133 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.95% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 105 - color contains mainly: red. Hex color #691606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691606 is #96E9F9. Grayscale: #2D2D2D. Windows color (decimal): -9890298 or 398953. OLE color: 398953.

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

Color convert

RGB105226-
CMYK00.790.940.59
HSL9.7º89.19%21.76%-
HSV(B)9.7º94.29%41.18%-
XYZ6.153.590.54-
YUV44.99106170.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 78.95%
GREEN value IS 22 (8.98% from 255) = 16.54%
BLUE value IS 6 (2.73% from 255) = 4.51%
R=78.95%
G=16.54%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10522600.790.940.599.789.1921.76
Hex6916604F5E3Ba5916
Octal1512660117136731213126
Binary1101001101101100100111110111101110111010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691606; }

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

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

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

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

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

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

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

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