Shades of Boulder #6E746E
Tints of Boulder #6E746E
RGB
CMYK
RGB Variations
Color information
#6E746E (or 0x6E746E) is known color: Boulder. HEX triplet: 6E, 74 and 6E. RGB value is (110,116,110). Sum of RGB (Red+Green+Blue) = 110+116+110=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 116 - color contains mainly: green. Hex color #6E746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E746E is #918B91. Grayscale: #717171. Windows color (decimal): -9538450 or 7238766. OLE color: 7238766.
HSL color Cylindrical-coordinate representation of color #6E746E: hue angle of 120º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6E746E is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
RGB | 110 | 116 | 110 | - |
CMYK | 0.05 | 0 | 0.05 | 0.55 |
HSL | 120º | 0.03% | 0.44% | - |
HSV(B) | 120º | 0.05% | 0.45% | - |
XYZ | 15.49 | 16.93 | 17.2 | - |
YUV | 113.52 | 126.01 | 125.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 110 | 116 | 110 | 0.05 | 0 | 0.05 | 0.55 | 120 | 0.03 | 0.44 |
Hex | 6E | 74 | 6E | 5 | 0 | 5 | 37 | 78 | 3 | 2C |
Octal | 156 | 164 | 156 | 5 | 0 | 5 | 67 | 170 | 3 | 54 |
Binary | 1101110 | 1110100 | 1101110 | 101 | 0 | 101 | 110111 | 1111000 | 11 | 101100 |
Color Harmonies of #6E746E
Complementary color
Monochromatic Colors of #6E746E
Black with #6E746E
Text Example
Text Example
White with #6E746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E746E; }
p { color: rgb(110,116,110); }
H1.HeaderClassName
{
color: #6E746E;
}
.AnyTagClassName
{
color: #6E746E;
}
</style>
background-color css
<style>
a { background-color: #6E746E; }
a { background-color: rgb(110,116,110); }
div.DivClassName
{
background-color: #6E746E;
}
.BgClassName
{
background-color: #6E746E;
}
</style>
border-color css
<style>
span { border-color: #6E746E; }
span { border-color: rgb(110,116,110); }
td.TdClassName
{
border-color: #6E746E;
}
.TagClassName
{
border-color: #6E746E;
}
</style>