Html Css Color HEX #6D7049 Siam

📋 copy color: '#6D7049'

red 109 ◦ green 112 ◦ blue 73

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

Shades of Siam #6D7049

Tints of Siam #6D7049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.83%

R = 37.07%
G = 38.1%
B = 24.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6D7049 (or 0x6D7049) is known color: Siam. HEX triplet: 6D, 70 and 49. RGB value is (109,112,73). Sum of RGB (Red+Green+Blue) = 109+112+73=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7049 is #928FB6. Grayscale: #6A6A6A. Windows color (decimal): -9605047 or 4812909. OLE color: 4812909.

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

Color convert

RGB 109 112 73 -
CMYK 0.03 0 0.35 0.56
HSL 64.62º 0.21% 0.36% -
HSV(B) 64.62º 0.35% 0.44% -
XYZ 13.3 15.32 8.56 -
YUV 106.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 109 112 73 0.03 0 0.35 0.56 64.62 0.21 0.36
Hex 6D 70 49 3 0 23 38 41 15 24
Octal 155 160 111 3 0 43 70 101 25 44
Binary 1101101 1110000 1001001 11 0 100011 111000 1000001 10101 100100

Color Harmonies of #6D7049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7049

Black with #6D7049

Text Example


Text Example

White with #6D7049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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