#46695F

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

Shades of Stromboli #46695F

Tints of Stromboli #46695F

Color information

#46695F (or 0x46695F) is unknown color: approx Stromboli. HEX triplet: 46, 69 and 5F. RGB value is (70,105,95). Sum of RGB (Red+Green+Blue) = 70+105+95=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #46695F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46695F is #B996A0. Grayscale: #5D5D5D. Windows color (decimal): -12162721 or 6252870. OLE color: 6252870.

HSL color Cylindrical-coordinate representation of color #46695F: hue angle of 162.86º 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 #46695F is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB7010595-
CMYK0.3300.100.59
HSL162.86º20%34.31%-
HSV(B)162.86º33.33%41.18%-
XYZ9.6412.2312.68-
YUV93.4128.9111.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.93%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=25.93%
G=38.89%
B=35.19%

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
Decimal70105950.3300.100.59162.862034.31
Hex46695F210A3Ba31422
Octal10615113741012732432442
Binary100011011010011011111100001010101110111010001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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