Html Css Color HEX #626355 Siam

📋 copy color: '#626355'

red 98 ◦ green 99 ◦ blue 85

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

Shades of Siam #626355

Tints of Siam #626355

RGB

 RED value IS 98 (38.67% from 255) = 34.75%

 GREEN value IS 99 (39.06% from 255) = 35.11%

 BLUE value IS 85 (33.59% from 255) = 30.14%

R = 34.75%
G = 35.11%
B = 30.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#626355 (or 0x626355) is known color: Siam. HEX triplet: 62, 63 and 55. RGB value is (98,99,85). Sum of RGB (Red+Green+Blue) = 98+99+85=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 99 - color contains mainly: green. Hex color #626355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626355 is #9D9CAA. Grayscale: #616161. Windows color (decimal): -10329259 or 5596002. OLE color: 5596002.

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

Color convert

RGB 98 99 85 -
CMYK 0.01 0 0.14 0.61
HSL 64.29º 0.08% 0.36% -
HSV(B) 64.29º 0.14% 0.39% -
XYZ 11.14 12.18 10.36 -
YUV 97.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 98 99 85 0.01 0 0.14 0.61 64.29 0.08 0.36
Hex 62 63 55 1 0 E 3D 40 8 24
Octal 142 143 125 1 0 16 75 100 10 44
Binary 1100010 1100011 1010101 1 0 1110 111101 1000000 1000 100100

Color Harmonies of #626355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626355

Black with #626355

Text Example


Text Example

White with #626355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626355; }

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

 H1.HeaderClassName
 {
   color: #626355;
 }
 .AnyTagClassName
 {
   color: #626355;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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