Html Css Color HEX #676E6E Nevada

📋 copy color: '#676E6E'

red 103 ◦ green 110 ◦ blue 110

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

Shades of Nevada #676E6E

Tints of Nevada #676E6E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.06%

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

R = 31.89%
G = 34.06%
B = 34.06%

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

#676E6E (or 0x676E6E) is known color: Nevada. HEX triplet: 67, 6E and 6E. RGB value is (103,110,110). Sum of RGB (Red+Green+Blue) = 103+110+110=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 110 - color contains mainly: green, blue. Hex color #676E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676E6E is #989191. Grayscale: #6B6B6B. Windows color (decimal): -9998738 or 7237223. OLE color: 7237223.

HSL color Cylindrical-coordinate representation of color #676E6E: 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 #676E6E is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 110 110 -
CMYK 0.06 0 0 0.57
HSL 180º 0.03% 0.42% -
HSV(B) 180º 0.06% 0.43% -
XYZ 13.98 15.16 16.94 -
YUV 107.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 103 110 110 0.06 0 0 0.57 180 0.03 0.42
Hex 67 6E 6E 6 0 0 39 B4 3 2A
Octal 147 156 156 6 0 0 71 264 3 52
Binary 1100111 1101110 1101110 110 0 0 111001 10110100 11 101010

Color Harmonies of #676E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676E6E

Black with #676E6E

Text Example


Text Example

White with #676E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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