Html Css Color HEX #6E7A49 Siam

📋 copy color: '#6E7A49'

red 110 ◦ green 122 ◦ blue 73

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

Shades of Siam #6E7A49

Tints of Siam #6E7A49

RGB

 RED value IS 110 (43.36% from 255) = 36.07%

 GREEN value IS 122 (48.05% from 255) = 40%

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

R = 36.07%
G = 40%
B = 23.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#6E7A49 (or 0x6E7A49) is known color: Siam. HEX triplet: 6E, 7A and 49. RGB value is (110,122,73). Sum of RGB (Red+Green+Blue) = 110+122+73=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #6E7A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7A49 is #9185B6. Grayscale: #717171. Windows color (decimal): -9536951 or 4815470. OLE color: 4815470.

HSL color Cylindrical-coordinate representation of color #6E7A49: hue angle of 74.69º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E7A49 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 110 122 73 -
CMYK 0.10 0 0.40 0.52
HSL 74.69º 0.25% 0.38% -
HSV(B) 74.69º 0.4% 0.48% -
XYZ 14.59 17.72 8.95 -
YUV 112.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 110 122 73 0.10 0 0.40 0.52 74.69 0.25 0.38
Hex 6E 7A 49 A 0 28 34 4B 19 26
Octal 156 172 111 12 0 50 64 113 31 46
Binary 1101110 1111010 1001001 1010 0 101000 110100 1001011 11001 100110

Color Harmonies of #6E7A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7A49

Black with #6E7A49

Text Example


Text Example

White with #6E7A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,122,73); }

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

background-color css

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

 a { background-color: rgb(110,122,73); }

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

border-color css

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

 span { border-color: rgb(110,122,73); }

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