#4C685F

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

Shades of Stromboli #4C685F

Tints of Stromboli #4C685F

Color information

#4C685F (or 0x4C685F) is unknown color: approx Stromboli. HEX triplet: 4C, 68 and 5F. RGB value is (76,104,95). Sum of RGB (Red+Green+Blue) = 76+104+95=275 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.64% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 104 - color contains mainly: green. Hex color #4C685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C685F is #B397A0. Grayscale: #5E5E5E. Windows color (decimal): -11769761 or 6252620. OLE color: 6252620.

HSL color Cylindrical-coordinate representation of color #4C685F: hue angle of 160.71º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C685F is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB7610495-
CMYK0.2700.090.59
HSL160.71º15.56%35.29%-
HSV(B)160.71º26.92%40.78%-
XYZ1012.2612.67-
YUV94.6128.22114.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.64%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 95 (37.5% from 255) = 34.55%
R=27.64%
G=37.82%
B=34.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76104950.2700.090.59160.7115.5635.29
Hex4C685F1B093Ba11023
Octal11415013733011732412043
Binary10011001101000101111111011010011110111010000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,104,95); }

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

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

 a { background-color: rgb(76,104,95); }

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

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

 span { border-color: rgb(76,104,95); }

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