Html Css Color HEX #6E7057 Siam

📋 copy color: '#6E7057'

red 110 ◦ green 112 ◦ blue 87

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

Shades of Siam #6E7057

Tints of Siam #6E7057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.16%

R = 35.6%
G = 36.25%
B = 28.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6E7057 (or 0x6E7057) is known color: Siam. HEX triplet: 6E, 70 and 57. RGB value is (110,112,87). Sum of RGB (Red+Green+Blue) = 110+112+87=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7057 is #918FA8. Grayscale: #6C6C6C. Windows color (decimal): -9539497 or 5730414. OLE color: 5730414.

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

Color convert

RGB 110 112 87 -
CMYK 0.02 0 0.22 0.56
HSL 64.8º 0.13% 0.39% -
HSV(B) 64.8º 0.22% 0.44% -
XYZ 13.94 15.59 11.29 -
YUV 108.55 115.84 129.03 -
System Red Green Blue C M Y K H S L
Decimal 110 112 87 0.02 0 0.22 0.56 64.8 0.13 0.39
Hex 6E 70 57 2 0 16 38 41 D 27
Octal 156 160 127 2 0 26 70 101 15 47
Binary 1101110 1110000 1010111 10 0 10110 111000 1000001 1101 100111

Color Harmonies of #6E7057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7057

Black with #6E7057

Text Example


Text Example

White with #6E7057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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