#626355

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

Shades of Siam #626355

Tints of Siam #626355

Color information

#626355 (or 0x626355) is unknown color: approx Siam. HEX triplet: 62, 63 and 55. RGB value is (98,99,85). Sum of RGB (Red+Green+Blue) = 98+99+85=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 99 - color contains mainly: green. Hex color #626355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626355 is #9D9CAA. Grayscale: #616161. Windows color (decimal): -10329259 or 5596002. OLE color: 5596002.

HSL color Cylindrical-coordinate representation of color #626355: hue angle of 64.29º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #626355 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB989985-
CMYK0.0100.140.61
HSL64.29º7.61%36.08%-
HSV(B)64.29º14.14%38.82%-
XYZ11.1412.1810.36-
YUV97.1121.17128.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.75%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 85 (33.59% from 255) = 30.14%
R=34.75%
G=35.11%
B=30.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9899850.0100.140.6164.297.6136.08
Hex62635510E3D40824
Octal1421431251016751001044
Binary11000101100011101010110111011110110000001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626355; }

 p { color: rgb(98,99,85); }

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

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

 a { background-color: rgb(98,99,85); }

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

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

 span { border-color: rgb(98,99,85); }

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