Html Css Color HEX #6E764D Siam

📋 copy color: '#6E764D'

red 110 ◦ green 118 ◦ blue 77

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

Shades of Siam #6E764D

Tints of Siam #6E764D

RGB

 RED value IS 110 (43.36% from 255) = 36.07%

 GREEN value IS 118 (46.48% from 255) = 38.69%

 BLUE value IS 77 (30.47% from 255) = 25.25%

R = 36.07%
G = 38.69%
B = 25.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#6E764D (or 0x6E764D) is known color: Siam. HEX triplet: 6E, 76 and 4D. RGB value is (110,118,77). Sum of RGB (Red+Green+Blue) = 110+118+77=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #6E764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E764D is #9189B2. Grayscale: #6F6F6F. Windows color (decimal): -9537971 or 5076590. OLE color: 5076590.

HSL color Cylindrical-coordinate representation of color #6E764D: hue angle of 71.71º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E764D is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 118 77 -
CMYK 0.07 0 0.35 0.54
HSL 71.71º 0.21% 0.38% -
HSV(B) 71.71º 0.35% 0.46% -
XYZ 14.25 16.81 9.51 -
YUV 110.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 110 118 77 0.07 0 0.35 0.54 71.71 0.21 0.38
Hex 6E 76 4D 7 0 23 36 48 15 26
Octal 156 166 115 7 0 43 66 110 25 46
Binary 1101110 1110110 1001101 111 0 100011 110110 1001000 10101 100110

Color Harmonies of #6E764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E764D

Black with #6E764D

Text Example


Text Example

White with #6E764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E764D; }

 p { color: rgb(110,118,77); }

 H1.HeaderClassName
 {
   color: #6E764D;
 }
 .AnyTagClassName
 {
   color: #6E764D;
 }
</style>

background-color css

<style>
 a { background-color: #6E764D; }

 a { background-color: rgb(110,118,77); }

 div.DivClassName
 {
   background-color: #6E764D;
 }
 .BgClassName
 {
   background-color: #6E764D;
 }
</style>

border-color css

<style>
 span { border-color: #6E764D; }

 span { border-color: rgb(110,118,77); }

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