#46695E

Color #46695E Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #46695E

Tints of Stromboli #46695E

Color information

#46695E (or 0x46695E) is unknown color: approx Stromboli. HEX triplet: 46, 69 and 5E. RGB value is (70,105,94). Sum of RGB (Red+Green+Blue) = 70+105+94=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #46695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46695E is #B996A1. Grayscale: #5D5D5D. Windows color (decimal): -12162722 or 6187334. OLE color: 6187334.

HSL color Cylindrical-coordinate representation of color #46695E: hue angle of 161.14º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #46695E is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB7010594-
CMYK0.3300.100.59
HSL161.14º20%34.31%-
HSV(B)161.14º33.33%41.18%-
XYZ9.612.2112.44-
YUV93.28128.4111.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.02%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 94 (37.11% from 255) = 34.94%
R=26.02%
G=39.03%
B=34.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70105940.3300.100.59161.142034.31
Hex46695E210A3Ba11422
Octal10615113641012732412442
Binary100011011010011011110100001010101110111010000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46695E; }

 p { color: rgb(70,105,94); }

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

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

 a { background-color: rgb(70,105,94); }

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

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

 span { border-color: rgb(70,105,94); }

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