Html Css Color HEX #6D754F Siam

📋 copy color: '#6D754F'

red 109 ◦ green 117 ◦ blue 79

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

Shades of Siam #6D754F

Tints of Siam #6D754F

RGB

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

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

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

R = 35.74%
G = 38.36%
B = 25.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#6D754F (or 0x6D754F) is known color: Siam. HEX triplet: 6D, 75 and 4F. RGB value is (109,117,79). Sum of RGB (Red+Green+Blue) = 109+117+79=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #6D754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D754F is #928AB0. Grayscale: #6E6E6E. Windows color (decimal): -9603761 or 5207405. OLE color: 5207405.

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

Color convert

RGB 109 117 79 -
CMYK 0.07 0 0.32 0.54
HSL 72.63º 0.19% 0.38% -
HSV(B) 72.63º 0.32% 0.46% -
XYZ 14.08 16.54 9.85 -
YUV 110.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 109 117 79 0.07 0 0.32 0.54 72.63 0.19 0.38
Hex 6D 75 4F 7 0 20 36 49 13 26
Octal 155 165 117 7 0 40 66 111 23 46
Binary 1101101 1110101 1001111 111 0 100000 110110 1001001 10011 100110

Color Harmonies of #6D754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D754F

Black with #6D754F

Text Example


Text Example

White with #6D754F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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