#6C7156

Color #6C7156 Siam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siam #6C7156

Tints of Siam #6C7156

Color information

#6C7156 (or 0x6C7156) is unknown color: approx Siam. HEX triplet: 6C, 71 and 56. RGB value is (108,113,86). Sum of RGB (Red+Green+Blue) = 108+113+86=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 113 - color contains mainly: green. Hex color #6C7156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7156 is #938EA9. Grayscale: #6C6C6C. Windows color (decimal): -9670314 or 5665132. OLE color: 5665132.

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

Color convert

RGB10811386-
CMYK0.0400.240.56
HSL71.11º13.57%39.02%-
HSV(B)71.11º23.89%44.31%-
XYZ13.7715.6711.1-
YUV108.43115.34127.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.18%
GREEN value IS 113 (44.53% from 255) = 36.81%
BLUE value IS 86 (33.98% from 255) = 28.01%
R=35.18%
G=36.81%
B=28.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108113860.0400.240.5671.1113.5739.02
Hex6C715640183847e27
Octal1541611264030701071647
Binary11011001110001101011010001100011100010001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C7156;
 }
 .AnyTagClassName
 {
   color: #6C7156;
 }
</style>
background-color css

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

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

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

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

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

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