Html Css Color HEX #66616F Smoky

📋 copy color: '#66616F'

red 102 ◦ green 97 ◦ blue 111

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

Shades of Smoky #66616F

Tints of Smoky #66616F

RGB

 RED value IS 102 (40.23% from 255) = 32.9%

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

 BLUE value IS 111 (43.75% from 255) = 35.81%

R = 32.9%
G = 31.29%
B = 35.81%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#66616F (or 0x66616F) is known color: Smoky. HEX triplet: 66, 61 and 6F. RGB value is (102,97,111). Sum of RGB (Red+Green+Blue) = 102+97+111=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 111 - color contains mainly: blue. Hex color #66616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66616F is #999E90. Grayscale: #646464. Windows color (decimal): -10067601 or 7299430. OLE color: 7299430.

HSL color Cylindrical-coordinate representation of color #66616F: hue angle of 261.43º 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 #66616F is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 97 111 -
CMYK 0.08 0.13 0 0.56
HSL 261.43º 0.07% 0.41% -
HSV(B) 261.43º 0.13% 0.44% -
XYZ 12.62 12.52 16.79 -
YUV 100.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 102 97 111 0.08 0.13 0 0.56 261.43 0.07 0.41
Hex 66 61 6F 8 D 0 38 105 7 29
Octal 146 141 157 10 15 0 70 405 7 51
Binary 1100110 1100001 1101111 1000 1101 0 111000 100000101 111 101001

Color Harmonies of #66616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66616F

Black with #66616F

Text Example


Text Example

White with #66616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66616F; }

 p { color: rgb(102,97,111); }

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

background-color css

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

 a { background-color: rgb(102,97,111); }

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

border-color css

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

 span { border-color: rgb(102,97,111); }

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