Html Css Color HEX #6D754B Siam

📋 copy color: '#6D754B'

red 109 ◦ green 117 ◦ blue 75

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

Shades of Siam #6D754B

Tints of Siam #6D754B

RGB

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

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

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

R = 36.21%
G = 38.87%
B = 24.92%

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

#6D754B (or 0x6D754B) is known color: Siam. HEX triplet: 6D, 75 and 4B. RGB value is (109,117,75). Sum of RGB (Red+Green+Blue) = 109+117+75=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #6D754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D754B is #928AB4. Grayscale: #6D6D6D. Windows color (decimal): -9603765 or 4945261. OLE color: 4945261.

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

Color convert

RGB 109 117 75 -
CMYK 0.07 0 0.36 0.54
HSL 71.43º 0.22% 0.38% -
HSV(B) 71.43º 0.36% 0.46% -
XYZ 13.94 16.48 9.1 -
YUV 109.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 109 117 75 0.07 0 0.36 0.54 71.43 0.22 0.38
Hex 6D 75 4B 7 0 24 36 47 16 26
Octal 155 165 113 7 0 44 66 107 26 46
Binary 1101101 1110101 1001011 111 0 100100 110110 1000111 10110 100110

Color Harmonies of #6D754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D754B

Black with #6D754B

Text Example


Text Example

White with #6D754B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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