Html Css Color HEX #6D704C Siam

📋 copy color: '#6D704C'

red 109 ◦ green 112 ◦ blue 76

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

Shades of Siam #6D704C

Tints of Siam #6D704C

RGB

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

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

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

R = 36.7%
G = 37.71%
B = 25.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6D704C (or 0x6D704C) is known color: Siam. HEX triplet: 6D, 70 and 4C. RGB value is (109,112,76). Sum of RGB (Red+Green+Blue) = 109+112+76=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #6D704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D704C is #928FB3. Grayscale: #6B6B6B. Windows color (decimal): -9605044 or 5009517. OLE color: 5009517.

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

Color convert

RGB 109 112 76 -
CMYK 0.03 0 0.32 0.56
HSL 65º 0.19% 0.37% -
HSV(B) 65º 0.32% 0.44% -
XYZ 13.41 15.36 9.1 -
YUV 107 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 109 112 76 0.03 0 0.32 0.56 65 0.19 0.37
Hex 6D 70 4C 3 0 20 38 41 13 25
Octal 155 160 114 3 0 40 70 101 23 45
Binary 1101101 1110000 1001100 11 0 100000 111000 1000001 10011 100101

Color Harmonies of #6D704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D704C

Black with #6D704C

Text Example


Text Example

White with #6D704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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