#626350

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

Shades of Siam #626350

Tints of Siam #626350

Color information

#626350 (or 0x626350) is unknown color: approx Siam. HEX triplet: 62, 63 and 50. RGB value is (98,99,80). Sum of RGB (Red+Green+Blue) = 98+99+80=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 99 - color contains mainly: green. Hex color #626350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626350 is #9D9CAF. Grayscale: #606060. Windows color (decimal): -10329264 or 5268322. OLE color: 5268322.

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

Color convert

RGB989980-
CMYK0.0100.190.61
HSL63.16º10.61%35.1%-
HSV(B)63.16º19.19%38.82%-
XYZ10.9512.19.35-
YUV96.54118.67129.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.38%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 80 (31.64% from 255) = 28.88%
R=35.38%
G=35.74%
B=28.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9899800.0100.190.6163.1610.6135.1
Hex62635010133D3fb23
Octal142143120102375771343
Binary11000101100011101000010100111111011111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626350; }

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

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

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

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

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

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

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

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