Html Css Color HEX #64616D Smoky

📋 copy color: '#64616D'

red 100 ◦ green 97 ◦ blue 109

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

Shades of Smoky #64616D

Tints of Smoky #64616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.62%

R = 32.68%
G = 31.7%
B = 35.62%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#64616D (or 0x64616D) is known color: Smoky. HEX triplet: 64, 61 and 6D. RGB value is (100,97,109). Sum of RGB (Red+Green+Blue) = 100+97+109=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 109 - color contains mainly: blue. Hex color #64616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64616D is #9B9E92. Grayscale: #636363. Windows color (decimal): -10198675 or 7168356. OLE color: 7168356.

HSL color Cylindrical-coordinate representation of color #64616D: hue angle of 255º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #64616D is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 100 97 109 -
CMYK 0.08 0.11 0 0.57
HSL 255º 0.06% 0.4% -
HSV(B) 255º 0.11% 0.43% -
XYZ 12.29 12.36 16.21 -
YUV 99.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 100 97 109 0.08 0.11 0 0.57 255 0.06 0.4
Hex 64 61 6D 8 B 0 39 FF 6 28
Octal 144 141 155 10 13 0 71 377 6 50
Binary 1100100 1100001 1101101 1000 1011 0 111001 11111111 110 101000

Color Harmonies of #64616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64616D

Black with #64616D

Text Example


Text Example

White with #64616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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