Shades of Boulder #6F746F
Tints of Boulder #6F746F
RGB
CMYK
RGB Variations
Color information
#6F746F (or 0x6F746F) is known color: Boulder. HEX triplet: 6F, 74 and 6F. RGB value is (111,116,111). Sum of RGB (Red+Green+Blue) = 111+116+111=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 116 - color contains mainly: green. Hex color #6F746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F746F is #908B90. Grayscale: #717171. Windows color (decimal): -9472913 or 7304303. OLE color: 7304303.
HSL color Cylindrical-coordinate representation of color #6F746F: hue angle of 120º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6F746F is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 116 | 111 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.55 |
| HSL | 120º | 0.02% | 0.45% | - |
| HSV(B) | 120º | 0.04% | 0.45% | - |
| XYZ | 15.67 | 17.02 | 17.5 | - |
| YUV | 113.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 111 | 0.04 | 0 | 0.04 | 0.55 | 120 | 0.02 | 0.45 |
| Hex | 6F | 74 | 6F | 4 | 0 | 4 | 37 | 78 | 2 | 2D |
| Octal | 157 | 164 | 157 | 4 | 0 | 4 | 67 | 170 | 2 | 55 |
| Binary | 1101111 | 1110100 | 1101111 | 100 | 0 | 100 | 110111 | 1111000 | 10 | 101101 |
Color Harmonies of #6F746F
Complementary color
Monochromatic Colors of #6F746F
Black with #6F746F
Text Example
Text Example
White with #6F746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F746F; }
p { color: rgb(111,116,111); }
H1.HeaderClassName
{
color: #6F746F;
}
.AnyTagClassName
{
color: #6F746F;
}
</style>
background-color css
<style>
a { background-color: #6F746F; }
a { background-color: rgb(111,116,111); }
div.DivClassName
{
background-color: #6F746F;
}
.BgClassName
{
background-color: #6F746F;
}
</style>
border-color css
<style>
span { border-color: #6F746F; }
span { border-color: rgb(111,116,111); }
td.TdClassName
{
border-color: #6F746F;
}
.TagClassName
{
border-color: #6F746F;
}
</style>