Html Css Color HEX #6E764B Siam

📋 copy color: '#6E764B'

red 110 ◦ green 118 ◦ blue 75

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

Shades of Siam #6E764B

Tints of Siam #6E764B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.75%

R = 36.3%
G = 38.94%
B = 24.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#6E764B (or 0x6E764B) is known color: Siam. HEX triplet: 6E, 76 and 4B. RGB value is (110,118,75). Sum of RGB (Red+Green+Blue) = 110+118+75=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #6E764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E764B is #9189B4. Grayscale: #6E6E6E. Windows color (decimal): -9537973 or 4945518. OLE color: 4945518.

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

Color convert

RGB 110 118 75 -
CMYK 0.07 0 0.36 0.54
HSL 71.16º 0.22% 0.38% -
HSV(B) 71.16º 0.36% 0.46% -
XYZ 14.18 16.78 9.15 -
YUV 110.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 110 118 75 0.07 0 0.36 0.54 71.16 0.22 0.38
Hex 6E 76 4B 7 0 24 36 47 16 26
Octal 156 166 113 7 0 44 66 107 26 46
Binary 1101110 1110110 1001011 111 0 100100 110110 1000111 10110 100110

Color Harmonies of #6E764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E764B

Black with #6E764B

Text Example


Text Example

White with #6E764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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