#656656

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

Shades of Siam #656656

Tints of Siam #656656

Color information

#656656 (or 0x656656) is unknown color: approx Siam. HEX triplet: 65, 66 and 56. RGB value is (101,102,86). Sum of RGB (Red+Green+Blue) = 101+102+86=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 102 - color contains mainly: green. Hex color #656656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656656 is #9A99A9. Grayscale: #636363. Windows color (decimal): -10131882 or 5662309. OLE color: 5662309.

HSL color Cylindrical-coordinate representation of color #656656: hue angle of 63.75º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #656656 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB10110286-
CMYK0.0100.160.6
HSL63.75º8.51%36.86%-
HSV(B)63.75º15.69%40%-
XYZ11.812.9410.68-
YUV99.88120.17128.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 86 (33.98% from 255) = 29.76%
R=34.95%
G=35.29%
B=29.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101102860.0100.160.663.758.5136.86
Hex65665610103C40925
Octal1451461261020741001145
Binary110010111001101010110101000011110010000001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656656; }

 p { color: rgb(101,102,86); }

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

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

 a { background-color: rgb(101,102,86); }

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

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

 span { border-color: rgb(101,102,86); }

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