Html Css Color HEX #645F6E Smoky

📋 copy color: '#645F6E'

red 100 ◦ green 95 ◦ blue 110

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

Shades of Smoky #645F6E

Tints of Smoky #645F6E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.15%

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

R = 32.79%
G = 31.15%
B = 36.07%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#645F6E (or 0x645F6E) is known color: Smoky. HEX triplet: 64, 5F and 6E. RGB value is (100,95,110). Sum of RGB (Red+Green+Blue) = 100+95+110=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 110 - color contains mainly: blue. Hex color #645F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F6E is #9BA091. Grayscale: #626262. Windows color (decimal): -10199186 or 7233380. OLE color: 7233380.

HSL color Cylindrical-coordinate representation of color #645F6E: hue angle of 260º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #645F6E is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 100 95 110 -
CMYK 0.09 0.14 0 0.57
HSL 260º 0.07% 0.4% -
HSV(B) 260º 0.14% 0.43% -
XYZ 12.16 12.02 16.43 -
YUV 98.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 100 95 110 0.09 0.14 0 0.57 260 0.07 0.4
Hex 64 5F 6E 9 E 0 39 104 7 28
Octal 144 137 156 11 16 0 71 404 7 50
Binary 1100100 1011111 1101110 1001 1110 0 111001 100000100 111 101000

Color Harmonies of #645F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645F6E

Black with #645F6E

Text Example


Text Example

White with #645F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645F6E; }

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

 H1.HeaderClassName
 {
   color: #645F6E;
 }
 .AnyTagClassName
 {
   color: #645F6E;
 }
</style>

background-color css

<style>
 a { background-color: #645F6E; }

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

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

border-color css

<style>
 span { border-color: #645F6E; }

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

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