#4D645F

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

Shades of Stromboli #4D645F

Tints of Stromboli #4D645F

Color information

#4D645F (or 0x4D645F) is unknown color: approx Stromboli. HEX triplet: 4D, 64 and 5F. RGB value is (77,100,95). Sum of RGB (Red+Green+Blue) = 77+100+95=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 100 - color contains mainly: green. Hex color #4D645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D645F is #B29BA0. Grayscale: #5C5C5C. Windows color (decimal): -11705249 or 6251597. OLE color: 6251597.

HSL color Cylindrical-coordinate representation of color #4D645F: hue angle of 166.96º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D645F is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB7710095-
CMYK0.2300.050.61
HSL166.96º12.99%34.71%-
HSV(B)166.96º23%39.22%-
XYZ9.6811.5212.54-
YUV92.55129.38116.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.31%
GREEN value IS 100 (39.45% from 255) = 36.76%
BLUE value IS 95 (37.5% from 255) = 34.93%
R=28.31%
G=36.76%
B=34.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal77100950.2300.050.61166.9612.9934.71
Hex4D645F17053Da7d23
Octal1151441372705752471543
Binary100110111001001011111101110101111101101001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D645F; }

 p { color: rgb(77,100,95); }

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

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

 a { background-color: rgb(77,100,95); }

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

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

 span { border-color: rgb(77,100,95); }

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