Html Css Color HEX #616250 Siam

📋 copy color: '#616250'

red 97 ◦ green 98 ◦ blue 80

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

Shades of Siam #616250

Tints of Siam #616250

RGB

 RED value IS 97 (38.28% from 255) = 35.27%

 GREEN value IS 98 (38.67% from 255) = 35.64%

 BLUE value IS 80 (31.64% from 255) = 29.09%

R = 35.27%
G = 35.64%
B = 29.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#616250 (or 0x616250) is known color: Siam. HEX triplet: 61, 62 and 50. RGB value is (97,98,80). Sum of RGB (Red+Green+Blue) = 97+98+80=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 98 - color contains mainly: green. Hex color #616250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616250 is #9E9DAF. Grayscale: #5F5F5F. Windows color (decimal): -10395056 or 5268065. OLE color: 5268065.

HSL color Cylindrical-coordinate representation of color #616250: hue angle of 63.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #616250 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 98 80 -
CMYK 0.01 0 0.18 0.62
HSL 63.33º 0.1% 0.35% -
HSV(B) 63.33º 0.18% 0.38% -
XYZ 10.75 11.86 9.31 -
YUV 95.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 97 98 80 0.01 0 0.18 0.62 63.33 0.1 0.35
Hex 61 62 50 1 0 12 3E 3F A 23
Octal 141 142 120 1 0 22 76 77 12 43
Binary 1100001 1100010 1010000 1 0 10010 111110 111111 1010 100011

Color Harmonies of #616250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616250

Black with #616250

Text Example


Text Example

White with #616250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616250; }

 p { color: rgb(97,98,80); }

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

background-color css

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

 a { background-color: rgb(97,98,80); }

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

border-color css

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

 span { border-color: rgb(97,98,80); }

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