Shades of Nevada #6B7373
Tints of Nevada #6B7373
RGB
CMYK
RGB Variations
Color information
#6B7373 (or 0x6B7373) is known color: Nevada. HEX triplet: 6B, 73 and 73. RGB value is (107,115,115). Sum of RGB (Red+Green+Blue) = 107+115+115=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #6B7373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7373 is #948C8C. Grayscale: #707070. Windows color (decimal): -9735309 or 7566187. OLE color: 7566187.
HSL color Cylindrical-coordinate representation of color #6B7373: hue angle of 180º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6B7373 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 115 | 115 | - |
| CMYK | 0.07 | 0 | 0 | 0.55 |
| HSL | 180º | 0.04% | 0.44% | - |
| HSV(B) | 180º | 0.07% | 0.45% | - |
| XYZ | 15.29 | 16.63 | 18.62 | - |
| YUV | 112.61 | 129.35 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 115 | 0.07 | 0 | 0 | 0.55 | 180 | 0.04 | 0.44 |
| Hex | 6B | 73 | 73 | 7 | 0 | 0 | 37 | B4 | 4 | 2C |
| Octal | 153 | 163 | 163 | 7 | 0 | 0 | 67 | 264 | 4 | 54 |
| Binary | 1101011 | 1110011 | 1110011 | 111 | 0 | 0 | 110111 | 10110100 | 100 | 101100 |
Color Harmonies of #6B7373
Complementary color
Monochromatic Colors of #6B7373
Black with #6B7373
Text Example
Text Example
White with #6B7373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7373; }
p { color: rgb(107,115,115); }
H1.HeaderClassName
{
color: #6B7373;
}
.AnyTagClassName
{
color: #6B7373;
}
</style>
background-color css
<style>
a { background-color: #6B7373; }
a { background-color: rgb(107,115,115); }
div.DivClassName
{
background-color: #6B7373;
}
.BgClassName
{
background-color: #6B7373;
}
</style>
border-color css
<style>
span { border-color: #6B7373; }
span { border-color: rgb(107,115,115); }
td.TdClassName
{
border-color: #6B7373;
}
.TagClassName
{
border-color: #6B7373;
}
</style>