#616253

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

Shades of Siam #616253

Tints of Siam #616253

Color information

#616253 (or 0x616253) is unknown color: approx Siam. HEX triplet: 61, 62 and 53. RGB value is (97,98,83). Sum of RGB (Red+Green+Blue) = 97+98+83=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 98 - color contains mainly: green. Hex color #616253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616253 is #9E9DAC. Grayscale: #606060. Windows color (decimal): -10395053 or 5464673. OLE color: 5464673.

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

Color convert

RGB979883-
CMYK0.0100.150.62
HSL64º8.29%35.49%-
HSV(B)64º15.31%38.43%-
XYZ10.8611.99.91-
YUV95.99120.67128.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.89%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 83 (32.81% from 255) = 29.86%
R=34.89%
G=35.25%
B=29.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798830.0100.150.62648.2935.49
Hex61625310F3E40823
Octal1411421231017761001043
Binary11000011100010101001110111111111010000001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616253; }

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

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

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

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

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

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

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

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