Html Css Color HEX #626552 Siam

📋 copy color: '#626552'

red 98 ◦ green 101 ◦ blue 82

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

Shades of Siam #626552

Tints of Siam #626552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

 BLUE value IS 82 (32.42% from 255) = 29.18%

R = 34.88%
G = 35.94%
B = 29.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#626552 (or 0x626552) is known color: Siam. HEX triplet: 62, 65 and 52. RGB value is (98,101,82). Sum of RGB (Red+Green+Blue) = 98+101+82=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 101 - color contains mainly: green. Hex color #626552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626552 is #9D9AAD. Grayscale: #626262. Windows color (decimal): -10328750 or 5399906. OLE color: 5399906.

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

Color convert

RGB 98 101 82 -
CMYK 0.03 0 0.19 0.60
HSL 69.47º 0.1% 0.36% -
HSV(B) 69.47º 0.19% 0.4% -
XYZ 11.21 12.51 9.81 -
YUV 97.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 98 101 82 0.03 0 0.19 0.60 69.47 0.1 0.36
Hex 62 65 52 3 0 13 3C 45 A 24
Octal 142 145 122 3 0 23 74 105 12 44
Binary 1100010 1100101 1010010 11 0 10011 111100 1000101 1010 100100

Color Harmonies of #626552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626552

Black with #626552

Text Example


Text Example

White with #626552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626552; }

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

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

background-color css

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

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

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

border-color css

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

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

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