#656958

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

Shades of Siam #656958

Tints of Siam #656958

Color information

#656958 (or 0x656958) is unknown color: approx Siam. HEX triplet: 65, 69 and 58. RGB value is (101,105,88). Sum of RGB (Red+Green+Blue) = 101+105+88=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 105 - color contains mainly: green. Hex color #656958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656958 is #9A96A7. Grayscale: #656565. Windows color (decimal): -10131112 or 5794149. OLE color: 5794149.

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

Color convert

RGB10110588-
CMYK0.0400.160.59
HSL74.12º8.81%37.84%-
HSV(B)74.12º16.19%41.18%-
XYZ12.1813.5711.21-
YUV101.87120.17127.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.35%
GREEN value IS 105 (41.41% from 255) = 35.71%
BLUE value IS 88 (34.77% from 255) = 29.93%
R=34.35%
G=35.71%
B=29.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101105880.0400.160.5974.128.8137.84
Hex65695840103B4a926
Octal1451511304020731121146
Binary11001011101001101100010001000011101110010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656958; }

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

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

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

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

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

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

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

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