Html Css Color HEX #686261 Dim Gray

📋 copy color: '#686261'

red 104 ◦ green 98 ◦ blue 97

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

Shades of Dim Gray #686261

Tints of Dim Gray #686261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.78%

 BLUE value IS 97 (38.28% from 255) = 32.44%

R = 34.78%
G = 32.78%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#686261 (or 0x686261) is known color: Dim Gray. HEX triplet: 68, 62 and 61. RGB value is (104,98,97). Sum of RGB (Red+Green+Blue) = 104+98+97=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 104 - color contains mainly: red. Hex color #686261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686261 is #979D9E. Grayscale: #636363. Windows color (decimal): -9936287 or 6382184. OLE color: 6382184.

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

Color convert

RGB 104 98 97 -
CMYK 0 0.06 0.07 0.59
HSL 8.57º 0.03% 0.39% -
HSV(B) 8.57º 0.07% 0.41% -
XYZ 12.23 12.54 13.09 -
YUV 99.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 104 98 97 0 0.06 0.07 0.59 8.57 0.03 0.39
Hex 68 62 61 0 6 7 3B 9 3 27
Octal 150 142 141 0 6 7 73 11 3 47
Binary 1101000 1100010 1100001 0 110 111 111011 1001 11 100111

Color Harmonies of #686261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686261

Black with #686261

Text Example


Text Example

White with #686261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686261; }

 p { color: rgb(104,98,97); }

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

background-color css

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

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

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

border-color css

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

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

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