Html Css Color HEX #686362 Dim Gray

📋 copy color: '#686362'

red 104 ◦ green 99 ◦ blue 98

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

Shades of Dim Gray #686362

Tints of Dim Gray #686362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

 BLUE value IS 98 (38.67% from 255) = 32.56%

R = 34.55%
G = 32.89%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#686362 (or 0x686362) is known color: Dim Gray. HEX triplet: 68, 63 and 62. RGB value is (104,99,98). Sum of RGB (Red+Green+Blue) = 104+99+98=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 104 - color contains mainly: red. Hex color #686362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686362 is #979C9D. Grayscale: #646464. Windows color (decimal): -9936030 or 6447976. OLE color: 6447976.

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

Color convert

RGB 104 99 98 -
CMYK 0 0.05 0.06 0.59
HSL 10º 0.03% 0.4% -
HSV(B) 10º 0.06% 0.41% -
XYZ 12.38 12.75 13.36 -
YUV 100.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 104 99 98 0 0.05 0.06 0.59 10 0.03 0.4
Hex 68 63 62 0 5 6 3B A 3 28
Octal 150 143 142 0 5 6 73 12 3 50
Binary 1101000 1100011 1100010 0 101 110 111011 1010 11 101000

Color Harmonies of #686362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686362

Black with #686362

Text Example


Text Example

White with #686362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686362; }

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

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

background-color css

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

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

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

border-color css

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

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

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