Html Css Color HEX #626350 Siam

📋 copy color: '#626350'

red 98 ◦ green 99 ◦ blue 80

#626350
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Siam #626350

Tints of Siam #626350

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 value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#626350 (or 0x626350) is known color: 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

RGB 98 99 80 -
CMYK 0.01 0 0.19 0.61
HSL 63.16º 0.11% 0.35% -
HSV(B) 63.16º 0.19% 0.39% -
XYZ 10.95 12.1 9.35 -
YUV 96.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 98 99 80 0.01 0 0.19 0.61 63.16 0.11 0.35
Hex 62 63 50 1 0 13 3D 3F B 23
Octal 142 143 120 1 0 23 75 77 13 43
Binary 1100010 1100011 1010000 1 0 10011 111101 111111 1011 100011

Color Harmonies of #626350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626350

Black with #626350

Text Example


Text Example

White with #626350

Text Example


Text Example

HTML Codes & Css Web 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>