Html Css Color HEX #686464 Dim Gray

📋 copy color: '#686464'

red 104 ◦ green 100 ◦ blue 100

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

Shades of Dim Gray #686464

Tints of Dim Gray #686464

RGB

 RED value IS 104 (41.02% from 255) = 34.21%

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

 BLUE value IS 100 (39.45% from 255) = 32.89%

R = 34.21%
G = 32.89%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#686464 (or 0x686464) is known color: Dim Gray. HEX triplet: 68, 64 and 64. RGB value is (104,100,100). Sum of RGB (Red+Green+Blue) = 104+100+100=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 104 - color contains mainly: red. Hex color #686464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686464 is #979B9B. Grayscale: #656565. Windows color (decimal): -9935772 or 6579304. OLE color: 6579304.

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

Color convert

RGB 104 100 100 -
CMYK 0 0.04 0.04 0.59
HSL 0.02% 0.4% -
HSV(B) 0.04% 0.41% -
XYZ 12.57 12.98 13.9 -
YUV 101.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 104 100 100 0 0.04 0.04 0.59 0 0.02 0.4
Hex 68 64 64 0 4 4 3B 0 2 28
Octal 150 144 144 0 4 4 73 0 2 50
Binary 1101000 1100100 1100100 0 100 100 111011 0 10 101000

Color Harmonies of #686464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686464

Black with #686464

Text Example


Text Example

White with #686464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686464; }

 p { color: rgb(104,100,100); }

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

background-color css

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

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

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

border-color css

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

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

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