Html Css Color HEX #6E704D Siam

📋 copy color: '#6E704D'

red 110 ◦ green 112 ◦ blue 77

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

Shades of Siam #6E704D

Tints of Siam #6E704D

RGB

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

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

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

R = 36.79%
G = 37.46%
B = 25.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#6E704D (or 0x6E704D) is known color: Siam. HEX triplet: 6E, 70 and 4D. RGB value is (110,112,77). Sum of RGB (Red+Green+Blue) = 110+112+77=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #6E704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E704D is #918FB2. Grayscale: #6B6B6B. Windows color (decimal): -9539507 or 5075054. OLE color: 5075054.

HSL color Cylindrical-coordinate representation of color #6E704D: hue angle of 63.43º 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 #6E704D is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 112 77 -
CMYK 0.02 0 0.31 0.56
HSL 63.43º 0.19% 0.37% -
HSV(B) 63.43º 0.31% 0.44% -
XYZ 13.56 15.44 9.29 -
YUV 107.41 110.84 129.85 -
System Red Green Blue C M Y K H S L
Decimal 110 112 77 0.02 0 0.31 0.56 63.43 0.19 0.37
Hex 6E 70 4D 2 0 1F 38 3F 13 25
Octal 156 160 115 2 0 37 70 77 23 45
Binary 1101110 1110000 1001101 10 0 11111 111000 111111 10011 100101

Color Harmonies of #6E704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E704D

Black with #6E704D

Text Example


Text Example

White with #6E704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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