#616250

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

Shades of Siam #616250

Tints of Siam #616250

Color information

#616250 (or 0x616250) is unknown color: approx Siam. HEX triplet: 61, 62 and 50. RGB value is (97,98,80). Sum of RGB (Red+Green+Blue) = 97+98+80=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 98 - color contains mainly: green. Hex color #616250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616250 is #9E9DAF. Grayscale: #5F5F5F. Windows color (decimal): -10395056 or 5268065. OLE color: 5268065.

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

Color convert

RGB979880-
CMYK0.0100.180.62
HSL63.33º10.11%34.9%-
HSV(B)63.33º18.37%38.43%-
XYZ10.7511.869.31-
YUV95.65119.17128.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=35.27%
G=35.64%
B=29.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798800.0100.180.6263.3310.1134.9
Hex61625010123E3fa23
Octal141142120102276771243
Binary11000011100010101000010100101111101111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616250; }

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

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

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

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

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

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

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

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