Html Css Color HEX #6D754C Siam

📋 copy color: '#6D754C'

red 109 ◦ green 117 ◦ blue 76

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

Shades of Siam #6D754C

Tints of Siam #6D754C

RGB

 RED value IS 109 (42.97% from 255) = 36.09%

 GREEN value IS 117 (46.09% from 255) = 38.74%

 BLUE value IS 76 (30.08% from 255) = 25.17%

R = 36.09%
G = 38.74%
B = 25.17%

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

#6D754C (or 0x6D754C) is known color: Siam. HEX triplet: 6D, 75 and 4C. RGB value is (109,117,76). Sum of RGB (Red+Green+Blue) = 109+117+76=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #6D754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D754C is #928AB3. Grayscale: #6E6E6E. Windows color (decimal): -9603764 or 5010797. OLE color: 5010797.

HSL color Cylindrical-coordinate representation of color #6D754C: 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 #6D754C is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 117 76 -
CMYK 0.07 0 0.35 0.54
HSL 71.71º 0.21% 0.38% -
HSV(B) 71.71º 0.35% 0.46% -
XYZ 13.97 16.5 9.29 -
YUV 109.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 109 117 76 0.07 0 0.35 0.54 71.71 0.21 0.38
Hex 6D 75 4C 7 0 23 36 48 15 26
Octal 155 165 114 7 0 43 66 110 25 46
Binary 1101101 1110101 1001100 111 0 100011 110110 1001000 10101 100110

Color Harmonies of #6D754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D754C

Black with #6D754C

Text Example


Text Example

White with #6D754C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,117,76); }

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

background-color css

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

 a { background-color: rgb(109,117,76); }

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

border-color css

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

 span { border-color: rgb(109,117,76); }

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