Html Css Color HEX #6D704E Siam

📋 copy color: '#6D704E'

red 109 ◦ green 112 ◦ blue 78

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

Shades of Siam #6D704E

Tints of Siam #6D704E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.09%

R = 36.45%
G = 37.46%
B = 26.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#6D704E (or 0x6D704E) is known color: Siam. HEX triplet: 6D, 70 and 4E. RGB value is (109,112,78). Sum of RGB (Red+Green+Blue) = 109+112+78=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #6D704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D704E is #928FB1. Grayscale: #6B6B6B. Windows color (decimal): -9605042 or 5140589. OLE color: 5140589.

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

Color convert

RGB 109 112 78 -
CMYK 0.03 0 0.30 0.56
HSL 65.29º 0.18% 0.37% -
HSV(B) 65.29º 0.3% 0.44% -
XYZ 13.48 15.39 9.47 -
YUV 107.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 109 112 78 0.03 0 0.30 0.56 65.29 0.18 0.37
Hex 6D 70 4E 3 0 1E 38 41 12 25
Octal 155 160 116 3 0 36 70 101 22 45
Binary 1101101 1110000 1001110 11 0 11110 111000 1000001 10010 100101

Color Harmonies of #6D704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D704E

Black with #6D704E

Text Example


Text Example

White with #6D704E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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