Html Css Color HEX #6E764F Siam

📋 copy color: '#6E764F'

red 110 ◦ green 118 ◦ blue 79

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

Shades of Siam #6E764F

Tints of Siam #6E764F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.73%

R = 35.83%
G = 38.44%
B = 25.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#6E764F (or 0x6E764F) is known color: Siam. HEX triplet: 6E, 76 and 4F. RGB value is (110,118,79). Sum of RGB (Red+Green+Blue) = 110+118+79=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 118 - color contains mainly: green. Hex color #6E764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E764F is #9189B0. Grayscale: #6F6F6F. Windows color (decimal): -9537969 or 5207662. OLE color: 5207662.

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

Color convert

RGB 110 118 79 -
CMYK 0.07 0 0.33 0.54
HSL 72.31º 0.2% 0.39% -
HSV(B) 72.31º 0.33% 0.46% -
XYZ 14.32 16.84 9.89 -
YUV 111.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 110 118 79 0.07 0 0.33 0.54 72.31 0.2 0.39
Hex 6E 76 4F 7 0 21 36 48 14 27
Octal 156 166 117 7 0 41 66 110 24 47
Binary 1101110 1110110 1001111 111 0 100001 110110 1001000 10100 100111

Color Harmonies of #6E764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E764F

Black with #6E764F

Text Example


Text Example

White with #6E764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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