Html Css Color HEX #656170 Smoky

📋 copy color: '#656170'

red 101 ◦ green 97 ◦ blue 112

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

Shades of Smoky #656170

Tints of Smoky #656170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.29%

 BLUE value IS 112 (44.14% from 255) = 36.13%

R = 32.58%
G = 31.29%
B = 36.13%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#656170 (or 0x656170) is known color: Smoky. HEX triplet: 65, 61 and 70. RGB value is (101,97,112). Sum of RGB (Red+Green+Blue) = 101+97+112=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 112 - color contains mainly: blue. Hex color #656170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656170 is #9A9E8F. Grayscale: #636363. Windows color (decimal): -10133136 or 7364965. OLE color: 7364965.

HSL color Cylindrical-coordinate representation of color #656170: hue angle of 256º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #656170 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 97 112 -
CMYK 0.10 0.13 0 0.56
HSL 256º 0.07% 0.41% -
HSV(B) 256º 0.13% 0.44% -
XYZ 12.57 12.49 17.08 -
YUV 99.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 101 97 112 0.10 0.13 0 0.56 256 0.07 0.41
Hex 65 61 70 A D 0 38 100 7 29
Octal 145 141 160 12 15 0 70 400 7 51
Binary 1100101 1100001 1110000 1010 1101 0 111000 100000000 111 101001

Color Harmonies of #656170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656170

Black with #656170

Text Example


Text Example

White with #656170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656170; }

 p { color: rgb(101,97,112); }

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

background-color css

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

 a { background-color: rgb(101,97,112); }

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

border-color css

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

 span { border-color: rgb(101,97,112); }

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