Html Css Color HEX #6E7156 Siam

📋 copy color: '#6E7156'

red 110 ◦ green 113 ◦ blue 86

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

Shades of Siam #6E7156

Tints of Siam #6E7156

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.57%

 BLUE value IS 86 (33.98% from 255) = 27.83%

R = 35.6%
G = 36.57%
B = 27.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#6E7156 (or 0x6E7156) is known color: Siam. HEX triplet: 6E, 71 and 56. RGB value is (110,113,86). Sum of RGB (Red+Green+Blue) = 110+113+86=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 113 - color contains mainly: green. Hex color #6E7156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7156 is #918EA9. Grayscale: #6D6D6D. Windows color (decimal): -9539242 or 5665134. OLE color: 5665134.

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

Color convert

RGB 110 113 86 -
CMYK 0.03 0 0.24 0.56
HSL 66.67º 0.14% 0.39% -
HSV(B) 66.67º 0.24% 0.44% -
XYZ 14.02 15.8 11.11 -
YUV 109.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 110 113 86 0.03 0 0.24 0.56 66.67 0.14 0.39
Hex 6E 71 56 3 0 18 38 43 E 27
Octal 156 161 126 3 0 30 70 103 16 47
Binary 1101110 1110001 1010110 11 0 11000 111000 1000011 1110 100111

Color Harmonies of #6E7156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7156

Black with #6E7156

Text Example


Text Example

White with #6E7156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,113,86); }

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

background-color css

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

 a { background-color: rgb(110,113,86); }

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

border-color css

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

 span { border-color: rgb(110,113,86); }

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