Html Css Color HEX #676F6E Nevada

📋 copy color: '#676F6E'

red 103 ◦ green 111 ◦ blue 110

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

Shades of Nevada #676F6E

Tints of Nevada #676F6E

RGB

 RED value IS 103 (40.63% from 255) = 31.79%

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

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

R = 31.79%
G = 34.26%
B = 33.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#676F6E (or 0x676F6E) is known color: Nevada. HEX triplet: 67, 6F and 6E. RGB value is (103,111,110). Sum of RGB (Red+Green+Blue) = 103+111+110=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 111 - color contains mainly: green. Hex color #676F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F6E is #989091. Grayscale: #6C6C6C. Windows color (decimal): -9998482 or 7237479. OLE color: 7237479.

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

Color convert

RGB 103 111 110 -
CMYK 0.07 0 0.01 0.56
HSL 172.5º 0.04% 0.42% -
HSV(B) 172.5º 0.07% 0.44% -
XYZ 14.09 15.38 16.98 -
YUV 108.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 103 111 110 0.07 0 0.01 0.56 172.5 0.04 0.42
Hex 67 6F 6E 7 0 1 38 AC 4 2A
Octal 147 157 156 7 0 1 70 254 4 52
Binary 1100111 1101111 1101110 111 0 1 111000 10101100 100 101010

Color Harmonies of #676F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676F6E

Black with #676F6E

Text Example


Text Example

White with #676F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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