#616256

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

Shades of Siam #616256

Tints of Siam #616256

Color information

#616256 (or 0x616256) is unknown color: approx Siam. HEX triplet: 61, 62 and 56. RGB value is (97,98,86). Sum of RGB (Red+Green+Blue) = 97+98+86=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 98 - color contains mainly: green. Hex color #616256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616256 is #9E9DA9. Grayscale: #606060. Windows color (decimal): -10395050 or 5661281. OLE color: 5661281.

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

Color convert

RGB979886-
CMYK0.0100.120.62
HSL65º6.52%36.08%-
HSV(B)65º12.24%38.43%-
XYZ10.9811.9510.53-
YUV96.33122.17128.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.52%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=34.52%
G=34.88%
B=30.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798860.0100.120.62656.5236.08
Hex61625610C3E41724
Octal141142126101476101744
Binary1100001110001010101101011001111101000001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616256; }

 p { color: rgb(97,98,86); }

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

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

 a { background-color: rgb(97,98,86); }

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

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

 span { border-color: rgb(97,98,86); }

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