#656650

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

Shades of Siam #656650

Tints of Siam #656650

Color information

#656650 (or 0x656650) is unknown color: approx Siam. HEX triplet: 65, 66 and 50. RGB value is (101,102,80). Sum of RGB (Red+Green+Blue) = 101+102+80=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 102 - color contains mainly: green. Hex color #656650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656650 is #9A99AF. Grayscale: #636363. Windows color (decimal): -10131888 or 5269093. OLE color: 5269093.

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

Color convert

RGB10110280-
CMYK0.0100.220.6
HSL62.73º12.09%35.69%-
HSV(B)62.73º21.57%40%-
XYZ11.5712.859.46-
YUV99.19117.17129.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.69%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=35.69%
G=36.04%
B=28.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101102800.0100.220.662.7312.0935.69
Hex65665010163C3fc24
Octal145146120102674771444
Binary11001011100110101000010101101111001111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656650; }

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

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

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

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

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

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

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

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