Shades of Kabul #6E5F51
Tints of Kabul #6E5F51
RGB
CMYK
RGB Variations
Color information
#6E5F51 (or 0x6E5F51) is known color: Kabul. HEX triplet: 6E, 5F and 51. RGB value is (110,95,81). Sum of RGB (Red+Green+Blue) = 110+95+81=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5F51 is #91A0AE. Grayscale: #616161. Windows color (decimal): -9543855 or 5332846. OLE color: 5332846.
HSL color Cylindrical-coordinate representation of color #6E5F51: hue angle of 28.97º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E5F51 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 95 | 81 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.57 |
| HSL | 28.97º | 0.15% | 0.37% | - |
| HSV(B) | 28.97º | 0.26% | 0.43% | - |
| XYZ | 12.01 | 12.09 | 9.49 | - |
| YUV | 97.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 95 | 81 | 0 | 0.14 | 0.26 | 0.57 | 28.97 | 0.15 | 0.37 |
| Hex | 6E | 5F | 51 | 0 | E | 1A | 39 | 1D | F | 25 |
| Octal | 156 | 137 | 121 | 0 | 16 | 32 | 71 | 35 | 17 | 45 |
| Binary | 1101110 | 1011111 | 1010001 | 0 | 1110 | 11010 | 111001 | 11101 | 1111 | 100101 |
Color Harmonies of #6E5F51
Complementary color
Monochromatic Colors of #6E5F51
Black with #6E5F51
Text Example
Text Example
White with #6E5F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5F51; }
p { color: rgb(110,95,81); }
H1.HeaderClassName
{
color: #6E5F51;
}
.AnyTagClassName
{
color: #6E5F51;
}
</style>
background-color css
<style>
a { background-color: #6E5F51; }
a { background-color: rgb(110,95,81); }
div.DivClassName
{
background-color: #6E5F51;
}
.BgClassName
{
background-color: #6E5F51;
}
</style>
border-color css
<style>
span { border-color: #6E5F51; }
span { border-color: rgb(110,95,81); }
td.TdClassName
{
border-color: #6E5F51;
}
.TagClassName
{
border-color: #6E5F51;
}
</style>