Html Css Color HEX #65646B Smoky

📋 copy color: '#65646B'

red 101 ◦ green 100 ◦ blue 107

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

Shades of Smoky #65646B

Tints of Smoky #65646B

RGB

 RED value IS 101 (39.84% from 255) = 32.79%

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

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

R = 32.79%
G = 32.47%
B = 34.74%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#65646B (or 0x65646B) is known color: Smoky. HEX triplet: 65, 64 and 6B. RGB value is (101,100,107). Sum of RGB (Red+Green+Blue) = 101+100+107=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 107 - color contains mainly: blue. Hex color #65646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65646B is #9A9B94. Grayscale: #656565. Windows color (decimal): -10132373 or 7038053. OLE color: 7038053.

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

Color convert

RGB 101 100 107 -
CMYK 0.06 0.07 0 0.58
HSL 248.57º 0.03% 0.41% -
HSV(B) 248.57º 0.07% 0.42% -
XYZ 12.58 12.94 15.75 -
YUV 101.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 101 100 107 0.06 0.07 0 0.58 248.57 0.03 0.41
Hex 65 64 6B 6 7 0 3A F9 3 29
Octal 145 144 153 6 7 0 72 371 3 51
Binary 1100101 1100100 1101011 110 111 0 111010 11111001 11 101001

Color Harmonies of #65646B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65646B

Black with #65646B

Text Example


Text Example

White with #65646B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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