Html Css Color HEX #656C71 Mid Grey

📋 copy color: '#656C71'

red 101 ◦ green 108 ◦ blue 113

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

Shades of Mid Grey #656C71

Tints of Mid Grey #656C71

RGB

 RED value IS 101 (39.84% from 255) = 31.37%

 GREEN value IS 108 (42.58% from 255) = 33.54%

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 31.37%
G = 33.54%
B = 35.09%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#656C71 (or 0x656C71) is known color: Mid Grey. HEX triplet: 65, 6C and 71. RGB value is (101,108,113). Sum of RGB (Red+Green+Blue) = 101+108+113=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 113 - color contains mainly: blue. Hex color #656C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656C71 is #9A938E. Grayscale: #6A6A6A. Windows color (decimal): -10130319 or 7433317. OLE color: 7433317.

HSL color Cylindrical-coordinate representation of color #656C71: hue angle of 205º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #656C71 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 108 113 -
CMYK 0.11 0.04 0 0.56
HSL 205º 0.06% 0.42% -
HSV(B) 205º 0.11% 0.44% -
XYZ 13.71 14.68 17.73 -
YUV 106.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 101 108 113 0.11 0.04 0 0.56 205 0.06 0.42
Hex 65 6C 71 B 4 0 38 CD 6 2A
Octal 145 154 161 13 4 0 70 315 6 52
Binary 1100101 1101100 1110001 1011 100 0 111000 11001101 110 101010

Color Harmonies of #656C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656C71

Black with #656C71

Text Example


Text Example

White with #656C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656C71; }

 p { color: rgb(101,108,113); }

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

background-color css

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

 a { background-color: rgb(101,108,113); }

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

border-color css

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

 span { border-color: rgb(101,108,113); }

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