#626353

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

Shades of Siam #626353

Tints of Siam #626353

Color information

#626353 (or 0x626353) is unknown color: approx Siam. HEX triplet: 62, 63 and 53. RGB value is (98,99,83). Sum of RGB (Red+Green+Blue) = 98+99+83=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 99 - color contains mainly: green. Hex color #626353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626353 is #9D9CAC. Grayscale: #606060. Windows color (decimal): -10329261 or 5464930. OLE color: 5464930.

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

Color convert

RGB989983-
CMYK0.0100.160.61
HSL63.75º8.79%35.69%-
HSV(B)63.75º16.16%38.82%-
XYZ11.0612.149.94-
YUV96.88120.17128.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 83 (32.81% from 255) = 29.64%
R=35%
G=35.36%
B=29.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9899830.0100.160.6163.758.7935.69
Hex62635310103D40924
Octal1421431231020751001144
Binary110001011000111010011101000011110110000001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626353; }

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

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

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

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

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

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

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

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