#6C7356

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

Shades of Siam #6C7356

Tints of Siam #6C7356

Color information

#6C7356 (or 0x6C7356) is unknown color: approx Siam. HEX triplet: 6C, 73 and 56. RGB value is (108,115,86). Sum of RGB (Red+Green+Blue) = 108+115+86=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7356 is #938CA9. Grayscale: #6D6D6D. Windows color (decimal): -9669802 or 5665644. OLE color: 5665644.

HSL color Cylindrical-coordinate representation of color #6C7356: hue angle of 74.48º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C7356 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB10811586-
CMYK0.0600.250.55
HSL74.48º14.43%39.41%-
HSV(B)74.48º25.22%45.1%-
XYZ13.9916.1211.18-
YUV109.6114.68126.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.95%
GREEN value IS 115 (45.31% from 255) = 37.22%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=34.95%
G=37.22%
B=27.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108115860.0600.250.5574.4814.4339.41
Hex6C73566019374ae27
Octal1541631266031671121647
Binary11011001110011101011011001100111011110010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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