#616258

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

Shades of Siam #616258

Tints of Siam #616258

Color information

#616258 (or 0x616258) is unknown color: approx Siam. HEX triplet: 61, 62 and 58. RGB value is (97,98,88). Sum of RGB (Red+Green+Blue) = 97+98+88=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 98 - color contains mainly: green. Hex color #616258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616258 is #9E9DA7. Grayscale: #606060. Windows color (decimal): -10395048 or 5792353. OLE color: 5792353.

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

Color convert

RGB979888-
CMYK0.0100.100.62
HSL66º5.38%36.47%-
HSV(B)66º10.2%38.43%-
XYZ11.0611.9810.96-
YUV96.56123.17128.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.28%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 88 (34.77% from 255) = 31.10%
R=34.28%
G=34.63%
B=31.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798880.0100.100.62665.3836.47
Hex61625810A3E42524
Octal141142130101276102544
Binary1100001110001010110001010101111101000010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616258; }

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

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

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

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

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

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

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

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