Html Css Color HEX #616255 Siam

📋 copy color: '#616255'

red 97 ◦ green 98 ◦ blue 85

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

Shades of Siam #616255

Tints of Siam #616255

RGB

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

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

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

R = 34.64%
G = 35%
B = 30.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#616255 (or 0x616255) is known color: Siam. HEX triplet: 61, 62 and 55. RGB value is (97,98,85). Sum of RGB (Red+Green+Blue) = 97+98+85=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 98 - color contains mainly: green. Hex color #616255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616255 is #9E9DAA. Grayscale: #606060. Windows color (decimal): -10395051 or 5595745. OLE color: 5595745.

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

Color convert

RGB 97 98 85 -
CMYK 0.01 0 0.13 0.62
HSL 64.62º 0.07% 0.36% -
HSV(B) 64.62º 0.13% 0.38% -
XYZ 10.94 11.93 10.32 -
YUV 96.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 97 98 85 0.01 0 0.13 0.62 64.62 0.07 0.36
Hex 61 62 55 1 0 D 3E 41 7 24
Octal 141 142 125 1 0 15 76 101 7 44
Binary 1100001 1100010 1010101 1 0 1101 111110 1000001 111 100100

Color Harmonies of #616255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616255

Black with #616255

Text Example


Text Example

White with #616255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616255; }

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

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

background-color css

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

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

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

border-color css

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

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

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