Html Css Color HEX #64636B Smoky

📋 copy color: '#64636B'

red 100 ◦ green 99 ◦ blue 107

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

Shades of Smoky #64636B

Tints of Smoky #64636B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.35%

 BLUE value IS 107 (42.19% from 255) = 34.97%

R = 32.68%
G = 32.35%
B = 34.97%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#64636B (or 0x64636B) is known color: Smoky. HEX triplet: 64, 63 and 6B. RGB value is (100,99,107). Sum of RGB (Red+Green+Blue) = 100+99+107=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 107 - color contains mainly: blue. Hex color #64636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64636B is #9B9C94. Grayscale: #646464. Windows color (decimal): -10198165 or 7037796. OLE color: 7037796.

HSL color Cylindrical-coordinate representation of color #64636B: hue angle of 247.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #64636B is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 99 107 -
CMYK 0.07 0.07 0 0.58
HSL 247.5º 0.04% 0.4% -
HSV(B) 247.5º 0.07% 0.42% -
XYZ 12.37 12.69 15.71 -
YUV 100.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 100 99 107 0.07 0.07 0 0.58 247.5 0.04 0.4
Hex 64 63 6B 7 7 0 3A F8 4 28
Octal 144 143 153 7 7 0 72 370 4 50
Binary 1100100 1100011 1101011 111 111 0 111010 11111000 100 101000

Color Harmonies of #64636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64636B

Black with #64636B

Text Example


Text Example

White with #64636B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64636B; }

 p { color: rgb(100,99,107); }

 H1.HeaderClassName
 {
   color: #64636B;
 }
 .AnyTagClassName
 {
   color: #64636B;
 }
</style>

background-color css

<style>
 a { background-color: #64636B; }

 a { background-color: rgb(100,99,107); }

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

border-color css

<style>
 span { border-color: #64636B; }

 span { border-color: rgb(100,99,107); }

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