Html Css Color HEX #6E794B Siam

📋 copy color: '#6E794B'

red 110 ◦ green 121 ◦ blue 75

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

Shades of Siam #6E794B

Tints of Siam #6E794B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.54%

 BLUE value IS 75 (29.69% from 255) = 24.51%

R = 35.95%
G = 39.54%
B = 24.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#6E794B (or 0x6E794B) is known color: Siam. HEX triplet: 6E, 79 and 4B. RGB value is (110,121,75). Sum of RGB (Red+Green+Blue) = 110+121+75=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #6E794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E794B is #9186B4. Grayscale: #707070. Windows color (decimal): -9537205 or 4946286. OLE color: 4946286.

HSL color Cylindrical-coordinate representation of color #6E794B: hue angle of 74.35º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E794B is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 121 75 -
CMYK 0.09 0 0.38 0.53
HSL 74.35º 0.23% 0.38% -
HSV(B) 74.35º 0.38% 0.47% -
XYZ 14.54 17.5 9.27 -
YUV 112.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 110 121 75 0.09 0 0.38 0.53 74.35 0.23 0.38
Hex 6E 79 4B 9 0 26 35 4A 17 26
Octal 156 171 113 11 0 46 65 112 27 46
Binary 1101110 1111001 1001011 1001 0 100110 110101 1001010 10111 100110

Color Harmonies of #6E794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E794B

Black with #6E794B

Text Example


Text Example

White with #6E794B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,121,75); }

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

background-color css

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

 a { background-color: rgb(110,121,75); }

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

border-color css

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

 span { border-color: rgb(110,121,75); }

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