Html Css Color HEX #616065 Smoky

📋 copy color: '#616065'

red 97 ◦ green 96 ◦ blue 101

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

Shades of Smoky #616065

Tints of Smoky #616065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.65%

 BLUE value IS 101 (39.84% from 255) = 34.35%

R = 32.99%
G = 32.65%
B = 34.35%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#616065 (or 0x616065) is known color: Smoky. HEX triplet: 61, 60 and 65. RGB value is (97,96,101). Sum of RGB (Red+Green+Blue) = 97+96+101=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 101 - color contains mainly: blue. Hex color #616065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616065 is #9E9F9A. Grayscale: #606060. Windows color (decimal): -10395547 or 6643809. OLE color: 6643809.

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

Color convert

RGB 97 96 101 -
CMYK 0.04 0.05 0 0.60
HSL 252º 0.03% 0.39% -
HSV(B) 252º 0.05% 0.4% -
XYZ 11.46 11.85 13.99 -
YUV 96.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 97 96 101 0.04 0.05 0 0.60 252 0.03 0.39
Hex 61 60 65 4 5 0 3C FC 3 27
Octal 141 140 145 4 5 0 74 374 3 47
Binary 1100001 1100000 1100101 100 101 0 111100 11111100 11 100111

Color Harmonies of #616065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616065

Black with #616065

Text Example


Text Example

White with #616065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616065; }

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

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

background-color css

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

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

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

border-color css

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

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

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