Html Css Color HEX #615F65 Smoky

📋 copy color: '#615F65'

red 97 ◦ green 95 ◦ blue 101

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

Shades of Smoky #615F65

Tints of Smoky #615F65

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.42%

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

R = 33.11%
G = 32.42%
B = 34.47%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#615F65 (or 0x615F65) is known color: Smoky. HEX triplet: 61, 5F and 65. RGB value is (97,95,101). Sum of RGB (Red+Green+Blue) = 97+95+101=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 101 - color contains mainly: blue. Hex color #615F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F65 is #9EA09A. Grayscale: #606060. Windows color (decimal): -10395803 or 6643553. OLE color: 6643553.

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

Color convert

RGB 97 95 101 -
CMYK 0.04 0.06 0 0.60
HSL 260º 0.03% 0.38% -
HSV(B) 260º 0.06% 0.4% -
XYZ 11.37 11.67 13.96 -
YUV 96.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 97 95 101 0.04 0.06 0 0.60 260 0.03 0.38
Hex 61 5F 65 4 6 0 3C 104 3 26
Octal 141 137 145 4 6 0 74 404 3 46
Binary 1100001 1011111 1100101 100 110 0 111100 100000100 11 100110

Color Harmonies of #615F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F65

Black with #615F65

Text Example


Text Example

White with #615F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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