#626650

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

Shades of Siam #626650

Tints of Siam #626650

Color information

#626650 (or 0x626650) is unknown color: approx Siam. HEX triplet: 62, 66 and 50. RGB value is (98,102,80). Sum of RGB (Red+Green+Blue) = 98+102+80=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 102 - color contains mainly: green. Hex color #626650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626650 is #9D99AF. Grayscale: #626262. Windows color (decimal): -10328496 or 5269090. OLE color: 5269090.

HSL color Cylindrical-coordinate representation of color #626650: hue angle of 70.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #626650 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB9810280-
CMYK0.0400.220.6
HSL70.91º12.09%35.69%-
HSV(B)70.91º21.57%40%-
XYZ11.2412.689.44-
YUV98.3117.67127.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 80 (31.64% from 255) = 28.57%
R=35%
G=36.43%
B=28.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal98102800.0400.220.670.9112.0935.69
Hex62665040163C47c24
Octal1421461204026741071444
Binary11000101100110101000010001011011110010001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626650; }

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

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

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

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

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

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

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

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