Html Css Color HEX #686F6E Nevada

📋 copy color: '#686F6E'

red 104 ◦ green 111 ◦ blue 110

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

Shades of Nevada #686F6E

Tints of Nevada #686F6E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.15%

 BLUE value IS 110 (43.36% from 255) = 33.85%

R = 32%
G = 34.15%
B = 33.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#686F6E (or 0x686F6E) is known color: Nevada. HEX triplet: 68, 6F and 6E. RGB value is (104,111,110). Sum of RGB (Red+Green+Blue) = 104+111+110=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 111 - color contains mainly: green. Hex color #686F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F6E is #979091. Grayscale: #6C6C6C. Windows color (decimal): -9932946 or 7237480. OLE color: 7237480.

HSL color Cylindrical-coordinate representation of color #686F6E: hue angle of 171.43º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #686F6E is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 111 110 -
CMYK 0.06 0 0.01 0.56
HSL 171.43º 0.03% 0.42% -
HSV(B) 171.43º 0.06% 0.44% -
XYZ 14.21 15.44 16.98 -
YUV 108.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 104 111 110 0.06 0 0.01 0.56 171.43 0.03 0.42
Hex 68 6F 6E 6 0 1 38 AB 3 2A
Octal 150 157 156 6 0 1 70 253 3 52
Binary 1101000 1101111 1101110 110 0 1 111000 10101011 11 101010

Color Harmonies of #686F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F6E

Black with #686F6E

Text Example


Text Example

White with #686F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686F6E; }

 p { color: rgb(104,111,110); }

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

background-color css

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

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

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

border-color css

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

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

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