Html Css Color HEX #6D7550 Siam

📋 copy color: '#6D7550'

red 109 ◦ green 117 ◦ blue 80

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

Shades of Siam #6D7550

Tints of Siam #6D7550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 35.62%
G = 38.24%
B = 26.14%

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

#6D7550 (or 0x6D7550) is known color: Siam. HEX triplet: 6D, 75 and 50. RGB value is (109,117,80). Sum of RGB (Red+Green+Blue) = 109+117+80=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #6D7550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7550 is #928AAF. Grayscale: #6E6E6E. Windows color (decimal): -9603760 or 5272941. OLE color: 5272941.

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

Color convert

RGB 109 117 80 -
CMYK 0.07 0 0.32 0.54
HSL 72.97º 0.19% 0.39% -
HSV(B) 72.97º 0.32% 0.46% -
XYZ 14.12 16.55 10.04 -
YUV 110.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 109 117 80 0.07 0 0.32 0.54 72.97 0.19 0.39
Hex 6D 75 50 7 0 20 36 49 13 27
Octal 155 165 120 7 0 40 66 111 23 47
Binary 1101101 1110101 1010000 111 0 100000 110110 1001001 10011 100111

Color Harmonies of #6D7550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7550

Black with #6D7550

Text Example


Text Example

White with #6D7550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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