#626456

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

Shades of Siam #626456

Tints of Siam #626456

Color information

#626456 (or 0x626456) is unknown color: approx Siam. HEX triplet: 62, 64 and 56. RGB value is (98,100,86). Sum of RGB (Red+Green+Blue) = 98+100+86=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 100 - color contains mainly: green. Hex color #626456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626456 is #9D9BA9. Grayscale: #616161. Windows color (decimal): -10329002 or 5661794. OLE color: 5661794.

HSL color Cylindrical-coordinate representation of color #626456: hue angle of 68.57º 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 #626456 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB9810086-
CMYK0.0200.140.61
HSL68.57º7.53%36.47%-
HSV(B)68.57º14%39.22%-
XYZ11.2712.3810.6-
YUV97.81121.34128.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.51%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=34.51%
G=35.21%
B=30.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal98100860.0200.140.6168.577.5336.47
Hex62645620E3D45824
Octal1421441262016751051044
Binary110001011001001010110100111011110110001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626456; }

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

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

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

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

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

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

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

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