Html Css Color HEX #4C685F Stromboli

📋 copy color: '#4C685F'

red 76 ◦ green 104 ◦ blue 95

#4C685F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #4C685F

Tints of Stromboli #4C685F

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 value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#4C685F (or 0x4C685F) is known color: 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

RGB 76 104 95 -
CMYK 0.27 0 0.09 0.59
HSL 160.71º 0.16% 0.35% -
HSV(B) 160.71º 0.27% 0.41% -
XYZ 10 12.26 12.67 -
YUV 94.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 76 104 95 0.27 0 0.09 0.59 160.71 0.16 0.35
Hex 4C 68 5F 1B 0 9 3B A1 10 23
Octal 114 150 137 33 0 11 73 241 20 43
Binary 1001100 1101000 1011111 11011 0 1001 111011 10100001 10000 100011

Color Harmonies of #4C685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C685F

Black with #4C685F

Text Example


Text Example

White with #4C685F

Text Example


Text Example

HTML Codes & Css Web 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>