#656953

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

Shades of Siam #656953

Tints of Siam #656953

Color information

#656953 (or 0x656953) is unknown color: approx Siam. HEX triplet: 65, 69 and 53. RGB value is (101,105,83). Sum of RGB (Red+Green+Blue) = 101+105+83=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 105 - color contains mainly: green. Hex color #656953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656953 is #9A96AC. Grayscale: #656565. Windows color (decimal): -10131117 or 5466469. OLE color: 5466469.

HSL color Cylindrical-coordinate representation of color #656953: hue angle of 70.91º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #656953 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB10110583-
CMYK0.0400.210.59
HSL70.91º11.7%36.86%-
HSV(B)70.91º20.95%41.18%-
XYZ11.9813.4910.16-
YUV101.3117.67127.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 83 (32.81% from 255) = 28.72%
R=34.95%
G=36.33%
B=28.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101105830.0400.210.5970.9111.736.86
Hex65695340153B47c25
Octal1451511234025731071445
Binary11001011101001101001110001010111101110001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656953; }

 p { color: rgb(101,105,83); }

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

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

 a { background-color: rgb(101,105,83); }

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

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

 span { border-color: rgb(101,105,83); }

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