Html Css Color HEX #64616F Smoky

📋 copy color: '#64616F'

red 100 ◦ green 97 ◦ blue 111

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

Shades of Smoky #64616F

Tints of Smoky #64616F

RGB

 RED value IS 100 (39.45% from 255) = 32.47%

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

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

R = 32.47%
G = 31.49%
B = 36.04%

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

#64616F (or 0x64616F) is known color: Smoky. HEX triplet: 64, 61 and 6F. RGB value is (100,97,111). Sum of RGB (Red+Green+Blue) = 100+97+111=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 111 - color contains mainly: blue. Hex color #64616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64616F is #9B9E90. Grayscale: #636363. Windows color (decimal): -10198673 or 7299428. OLE color: 7299428.

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

Color convert

RGB 100 97 111 -
CMYK 0.10 0.13 0 0.56
HSL 252.86º 0.07% 0.41% -
HSV(B) 252.86º 0.13% 0.44% -
XYZ 12.4 12.41 16.78 -
YUV 99.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 100 97 111 0.10 0.13 0 0.56 252.86 0.07 0.41
Hex 64 61 6F A D 0 38 FD 7 29
Octal 144 141 157 12 15 0 70 375 7 51
Binary 1100100 1100001 1101111 1010 1101 0 111000 11111101 111 101001

Color Harmonies of #64616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64616F

Black with #64616F

Text Example


Text Example

White with #64616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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