Html Css Color HEX #64616E Smoky

📋 copy color: '#64616E'

red 100 ◦ green 97 ◦ blue 110

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

Shades of Smoky #64616E

Tints of Smoky #64616E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.83%

R = 32.57%
G = 31.6%
B = 35.83%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#64616E (or 0x64616E) is known color: Smoky. HEX triplet: 64, 61 and 6E. RGB value is (100,97,110). Sum of RGB (Red+Green+Blue) = 100+97+110=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 110 - color contains mainly: blue. Hex color #64616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64616E is #9B9E91. Grayscale: #636363. Windows color (decimal): -10198674 or 7233892. OLE color: 7233892.

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

Color convert

RGB 100 97 110 -
CMYK 0.09 0.12 0 0.57
HSL 253.85º 0.06% 0.41% -
HSV(B) 253.85º 0.12% 0.43% -
XYZ 12.34 12.38 16.49 -
YUV 99.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 100 97 110 0.09 0.12 0 0.57 253.85 0.06 0.41
Hex 64 61 6E 9 C 0 39 FE 6 29
Octal 144 141 156 11 14 0 71 376 6 51
Binary 1100100 1100001 1101110 1001 1100 0 111001 11111110 110 101001

Color Harmonies of #64616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64616E

Black with #64616E

Text Example


Text Example

White with #64616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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