Html Css Color HEX #686767 Dim Gray

📋 copy color: '#686767'

red 104 ◦ green 103 ◦ blue 103

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

Shades of Dim Gray #686767

Tints of Dim Gray #686767

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

 BLUE value IS 103 (40.63% from 255) = 33.23%

R = 33.55%
G = 33.23%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#686767 (or 0x686767) is known color: Dim Gray. HEX triplet: 68, 67 and 67. RGB value is (104,103,103). Sum of RGB (Red+Green+Blue) = 104+103+103=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 104 - color contains mainly: red. Hex color #686767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686767 is #979898. Grayscale: #676767. Windows color (decimal): -9935001 or 6776680. OLE color: 6776680.

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

Color convert

RGB 104 103 103 -
CMYK 0 0.01 0.01 0.59
HSL 0% 0.41% -
HSV(B) 0.01% 0.41% -
XYZ 13.01 13.62 14.78 -
YUV 103.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 104 103 103 0 0.01 0.01 0.59 0 0 0.41
Hex 68 67 67 0 1 1 3B 0 0 29
Octal 150 147 147 0 1 1 73 0 0 51
Binary 1101000 1100111 1100111 0 1 1 111011 0 0 101001

Color Harmonies of #686767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686767

Black with #686767

Text Example


Text Example

White with #686767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686767; }

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

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

background-color css

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

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

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

border-color css

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

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

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