#667576

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

Shades of Nevada #667576

Tints of Nevada #667576

Color information

#667576 (or 0x667576) is unknown color: approx Nevada. HEX triplet: 66, 75 and 76. RGB value is (102,117,118). Sum of RGB (Red+Green+Blue) = 102+117+118=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 118 - color contains mainly: blue. Hex color #667576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667576 is #998A89. Grayscale: #707070. Windows color (decimal): -10062474 or 7763302. OLE color: 7763302.

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

Color convert

RGB102117118-
CMYK0.140.0100.54
HSL183.75º7.27%43.14%-
HSV(B)183.75º13.56%46.27%-
XYZ15.1116.8619.6-
YUV112.63131.03120.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=30.27%
G=34.72%
B=35.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1021171180.140.0100.54183.757.2743.14
Hex667576E1036b872b
Octal146165166161066270753
Binary11001101110101111011011101011011010111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667576; }

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

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

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

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

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

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

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

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