#626556

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

Shades of Siam #626556

Tints of Siam #626556

Color information

#626556 (or 0x626556) is unknown color: approx Siam. HEX triplet: 62, 65 and 56. RGB value is (98,101,86). Sum of RGB (Red+Green+Blue) = 98+101+86=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 101 - color contains mainly: green. Hex color #626556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626556 is #9D9AA9. Grayscale: #626262. Windows color (decimal): -10328746 or 5662050. OLE color: 5662050.

HSL color Cylindrical-coordinate representation of color #626556: hue angle of 72º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #626556 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB9810186-
CMYK0.0300.150.60
HSL72º8.02%36.67%-
HSV(B)72º14.85%39.61%-
XYZ11.3712.5810.63-
YUV98.39121.01127.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.39%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=34.39%
G=35.44%
B=30.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98101860.0300.150.60728.0236.67
Hex62655630F3C48825
Octal1421451263017741101045
Binary110001011001011010110110111111110010010001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626556; }

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

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

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

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

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

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

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

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