Shades of Nevada #6C7575
Tints of Nevada #6C7575
RGB
CMYK
RGB Variations
Color information
#6C7575 (or 0x6C7575) is known color: Nevada. HEX triplet: 6C, 75 and 75. RGB value is (108,117,117). Sum of RGB (Red+Green+Blue) = 108+117+117=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #6C7575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7575 is #938A8A. Grayscale: #727272. Windows color (decimal): -9669259 or 7697772. OLE color: 7697772.
HSL color Cylindrical-coordinate representation of color #6C7575: hue angle of 180º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6C7575 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 117 | 117 | - |
| CMYK | 0.08 | 0 | 0 | 0.54 |
| HSL | 180º | 0.04% | 0.44% | - |
| HSV(B) | 180º | 0.08% | 0.46% | - |
| XYZ | 15.76 | 17.2 | 19.32 | - |
| YUV | 114.31 | 129.52 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 117 | 117 | 0.08 | 0 | 0 | 0.54 | 180 | 0.04 | 0.44 |
| Hex | 6C | 75 | 75 | 8 | 0 | 0 | 36 | B4 | 4 | 2C |
| Octal | 154 | 165 | 165 | 10 | 0 | 0 | 66 | 264 | 4 | 54 |
| Binary | 1101100 | 1110101 | 1110101 | 1000 | 0 | 0 | 110110 | 10110100 | 100 | 101100 |
Color Harmonies of #6C7575
Complementary color
Monochromatic Colors of #6C7575
Black with #6C7575
Text Example
Text Example
White with #6C7575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7575; }
p { color: rgb(108,117,117); }
H1.HeaderClassName
{
color: #6C7575;
}
.AnyTagClassName
{
color: #6C7575;
}
</style>
background-color css
<style>
a { background-color: #6C7575; }
a { background-color: rgb(108,117,117); }
div.DivClassName
{
background-color: #6C7575;
}
.BgClassName
{
background-color: #6C7575;
}
</style>
border-color css
<style>
span { border-color: #6C7575; }
span { border-color: rgb(108,117,117); }
td.TdClassName
{
border-color: #6C7575;
}
.TagClassName
{
border-color: #6C7575;
}
</style>