Html Css Color HEX #6D704D Siam

📋 copy color: '#6D704D'

red 109 ◦ green 112 ◦ blue 77

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

Shades of Siam #6D704D

Tints of Siam #6D704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.58%

 BLUE value IS 77 (30.47% from 255) = 25.84%

R = 36.58%
G = 37.58%
B = 25.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#6D704D (or 0x6D704D) is known color: Siam. HEX triplet: 6D, 70 and 4D. RGB value is (109,112,77). Sum of RGB (Red+Green+Blue) = 109+112+77=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #6D704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D704D is #928FB2. Grayscale: #6B6B6B. Windows color (decimal): -9605043 or 5075053. OLE color: 5075053.

HSL color Cylindrical-coordinate representation of color #6D704D: hue angle of 65.14º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D704D is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 109 112 77 -
CMYK 0.03 0 0.31 0.56
HSL 65.14º 0.19% 0.37% -
HSV(B) 65.14º 0.31% 0.44% -
XYZ 13.44 15.38 9.28 -
YUV 107.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 109 112 77 0.03 0 0.31 0.56 65.14 0.19 0.37
Hex 6D 70 4D 3 0 1F 38 41 13 25
Octal 155 160 115 3 0 37 70 101 23 45
Binary 1101101 1110000 1001101 11 0 11111 111000 1000001 10011 100101

Color Harmonies of #6D704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D704D

Black with #6D704D

Text Example


Text Example

White with #6D704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,112,77); }

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

background-color css

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

 a { background-color: rgb(109,112,77); }

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

border-color css

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

 span { border-color: rgb(109,112,77); }

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