#46655F

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

Shades of Stromboli #46655F

Tints of Stromboli #46655F

Color information

#46655F (or 0x46655F) is unknown color: approx Stromboli. HEX triplet: 46, 65 and 5F. RGB value is (70,101,95). Sum of RGB (Red+Green+Blue) = 70+101+95=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 101 - color contains mainly: green. Hex color #46655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46655F is #B99AA0. Grayscale: #5B5B5B. Windows color (decimal): -12163745 or 6251846. OLE color: 6251846.

HSL color Cylindrical-coordinate representation of color #46655F: hue angle of 168.39º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #46655F is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB7010195-
CMYK0.3100.060.60
HSL168.39º18.13%33.53%-
HSV(B)168.39º30.69%39.61%-
XYZ9.2511.4412.55-
YUV91.05130.23112.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.32%
GREEN value IS 101 (39.84% from 255) = 37.97%
BLUE value IS 95 (37.5% from 255) = 35.71%
R=26.32%
G=37.97%
B=35.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70101950.3100.060.60168.3918.1333.53
Hex46655F1F063Ca81222
Octal1061451373706742502242
Binary1000110110010110111111111101101111001010100010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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