Shades of Nevada #667273
Tints of Nevada #667273
RGB
CMYK
RGB Variations
Color information
#667273 (or 0x667273) is known color: Nevada. HEX triplet: 66, 72 and 73. RGB value is (102,114,115). Sum of RGB (Red+Green+Blue) = 102+114+115=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 115 - color contains mainly: blue. Hex color #667273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667273 is #998D8C. Grayscale: #6E6E6E. Windows color (decimal): -10063245 or 7565926. OLE color: 7565926.
HSL color Cylindrical-coordinate representation of color #667273: hue angle of 184.62º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #667273 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 114 | 115 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.55 |
| HSL | 184.62º | 0.06% | 0.43% | - |
| HSV(B) | 184.62º | 0.11% | 0.45% | - |
| XYZ | 14.59 | 16.1 | 18.56 | - |
| YUV | 110.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 115 | 0.11 | 0.01 | 0 | 0.55 | 184.62 | 0.06 | 0.43 |
| Hex | 66 | 72 | 73 | B | 1 | 0 | 37 | B9 | 6 | 2B |
| Octal | 146 | 162 | 163 | 13 | 1 | 0 | 67 | 271 | 6 | 53 |
| Binary | 1100110 | 1110010 | 1110011 | 1011 | 1 | 0 | 110111 | 10111001 | 110 | 101011 |
Color Harmonies of #667273
Complementary color
Monochromatic Colors of #667273
Black with #667273
Text Example
Text Example
White with #667273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667273; }
p { color: rgb(102,114,115); }
H1.HeaderClassName
{
color: #667273;
}
.AnyTagClassName
{
color: #667273;
}
</style>
background-color css
<style>
a { background-color: #667273; }
a { background-color: rgb(102,114,115); }
div.DivClassName
{
background-color: #667273;
}
.BgClassName
{
background-color: #667273;
}
</style>
border-color css
<style>
span { border-color: #667273; }
span { border-color: rgb(102,114,115); }
td.TdClassName
{
border-color: #667273;
}
.TagClassName
{
border-color: #667273;
}
</style>