#6C7456

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

Shades of Siam #6C7456

Tints of Siam #6C7456

Color information

#6C7456 (or 0x6C7456) is unknown color: approx Siam. HEX triplet: 6C, 74 and 56. RGB value is (108,116,86). Sum of RGB (Red+Green+Blue) = 108+116+86=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 116 - color contains mainly: green. Hex color #6C7456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7456 is #938BA9. Grayscale: #6E6E6E. Windows color (decimal): -9669546 or 5665900. OLE color: 5665900.

HSL color Cylindrical-coordinate representation of color #6C7456: hue angle of 76º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C7456 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB10811686-
CMYK0.0700.260.55
HSL76º14.85%39.61%-
HSV(B)76º25.86%45.49%-
XYZ14.1116.3511.22-
YUV110.19114.35126.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.84%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 86 (33.98% from 255) = 27.74%
R=34.84%
G=37.42%
B=27.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108116860.0700.260.557614.8539.61
Hex6C7456701A374cf28
Octal1541641267032671141750
Binary11011001110100101011011101101011011110011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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