#6C6C5B

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

Shades of Siam #6C6C5B

Tints of Siam #6C6C5B

Color information

#6C6C5B (or 0x6C6C5B) is unknown color: approx Siam. HEX triplet: 6C, 6C and 5B. RGB value is (108,108,91). Sum of RGB (Red+Green+Blue) = 108+108+91=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 108 - color contains mainly: red, green. Hex color #6C6C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6C5B is #9393A4. Grayscale: #6A6A6A. Windows color (decimal): -9671589 or 5991532. OLE color: 5991532.

HSL color Cylindrical-coordinate representation of color #6C6C5B: hue angle of 60º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6C6C5B is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB10810891-
CMYK000.160.58
HSL60º8.54%39.02%-
HSV(B)60º15.74%42.35%-
XYZ13.4414.6712.02-
YUV106.06119.5129.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.18%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=35.18%
G=35.18%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10810891000.160.58608.5439.02
Hex6C6C5B00103A3c927
Octal154154133002072741147
Binary11011001101100101101100100001110101111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,108,91); }

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

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

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

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

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

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

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