#6D7474

Color #6D7474 Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #6D7474

Tints of Nevada #6D7474

Color information

#6D7474 (or 0x6D7474) is unknown color: approx Nevada. HEX triplet: 6D, 74 and 74. RGB value is (109,116,116). Sum of RGB (Red+Green+Blue) = 109+116+116=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #6D7474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7474 is #928B8B. Grayscale: #717171. Windows color (decimal): -9603980 or 7631981. OLE color: 7631981.

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

Color convert

RGB109116116-
CMYK0.06000.55
HSL180º3.11%44.12%-
HSV(B)180º6.03%45.49%-
XYZ15.71718.98-
YUV113.91129.18124.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.96%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 116 (45.70% from 255) = 34.02%
R=31.96%
G=34.02%
B=34.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1091161160.06000.551803.1144.12
Hex6D747460037b432c
Octal15516416460067264354
Binary110110111101001110100110001101111011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D7474; }

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

 H1.HeaderClassName
 {
   color: #6D7474;
 }
 .AnyTagClassName
 {
   color: #6D7474;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #6D7474;
 }
 .BgClassName
 {
   background-color: #6D7474;
 }
</style>
border-color css

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

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

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