#667475

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

Shades of Nevada #667475

Tints of Nevada #667475

Color information

#667475 (or 0x667475) is unknown color: approx Nevada. HEX triplet: 66, 74 and 75. RGB value is (102,116,117). Sum of RGB (Red+Green+Blue) = 102+116+117=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 117 - color contains mainly: blue. Hex color #667475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667475 is #998B8A. Grayscale: #6F6F6F. Windows color (decimal): -10062731 or 7697510. OLE color: 7697510.

HSL color Cylindrical-coordinate representation of color #667475: hue angle of 184º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #667475 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB102116117-
CMYK0.130.0100.54
HSL184º6.85%42.94%-
HSV(B)184º12.82%45.88%-
XYZ14.9416.619.25-
YUV111.93130.86120.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.45%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=30.45%
G=34.63%
B=34.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1021161170.130.0100.541846.8542.94
Hex667475D1036b872b
Octal146164165151066270753
Binary11001101110100111010111011011011010111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667475; }

 p { color: rgb(102,116,117); }

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

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

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

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

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

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

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