Html Css Color HEX #676D6D Nevada

📋 copy color: '#676D6D'

red 103 ◦ green 109 ◦ blue 109

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

Shades of Nevada #676D6D

Tints of Nevada #676D6D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.96%

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 32.09%
G = 33.96%
B = 33.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#676D6D (or 0x676D6D) is known color: Nevada. HEX triplet: 67, 6D and 6D. RGB value is (103,109,109). Sum of RGB (Red+Green+Blue) = 103+109+109=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #676D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676D6D is #989292. Grayscale: #6B6B6B. Windows color (decimal): -9998995 or 7171431. OLE color: 7171431.

HSL color Cylindrical-coordinate representation of color #676D6D: hue angle of 180º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #676D6D is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 109 109 -
CMYK 0.06 0 0 0.57
HSL 180º 0.03% 0.42% -
HSV(B) 180º 0.06% 0.43% -
XYZ 13.82 14.92 16.62 -
YUV 107.21 129.01 125 -
System Red Green Blue C M Y K H S L
Decimal 103 109 109 0.06 0 0 0.57 180 0.03 0.42
Hex 67 6D 6D 6 0 0 39 B4 3 2A
Octal 147 155 155 6 0 0 71 264 3 52
Binary 1100111 1101101 1101101 110 0 0 111001 10110100 11 101010

Color Harmonies of #676D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676D6D

Black with #676D6D

Text Example


Text Example

White with #676D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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