#626553

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

Shades of Siam #626553

Tints of Siam #626553

Color information

#626553 (or 0x626553) is unknown color: approx Siam. HEX triplet: 62, 65 and 53. RGB value is (98,101,83). Sum of RGB (Red+Green+Blue) = 98+101+83=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 101 - color contains mainly: green. Hex color #626553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626553 is #9D9AAC. Grayscale: #626262. Windows color (decimal): -10328749 or 5465442. OLE color: 5465442.

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

Color convert

RGB9810183-
CMYK0.0300.180.60
HSL70º9.78%36.08%-
HSV(B)70º17.82%39.61%-
XYZ11.2512.5310.01-
YUV98.05119.51127.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.75%
GREEN value IS 101 (39.84% from 255) = 35.82%
BLUE value IS 83 (32.81% from 255) = 29.43%
R=34.75%
G=35.82%
B=29.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98101830.0300.180.60709.7836.08
Hex62655330123C46a24
Octal1421451233022741061244
Binary1100010110010110100111101001011110010001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626553; }

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

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

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

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

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

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

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

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