Shades of Kabul #6F5E51
Tints of Kabul #6F5E51
RGB
CMYK
RGB Variations
Color information
#6F5E51 (or 0x6F5E51) is known color: Kabul. HEX triplet: 6F, 5E and 51. RGB value is (111,94,81). Sum of RGB (Red+Green+Blue) = 111+94+81=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5E51 is #90A1AE. Grayscale: #616161. Windows color (decimal): -9478575 or 5332591. OLE color: 5332591.
HSL color Cylindrical-coordinate representation of color #6F5E51: hue angle of 26º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F5E51 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 94 | 81 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.56 |
| HSL | 26º | 0.16% | 0.38% | - |
| HSV(B) | 26º | 0.27% | 0.44% | - |
| XYZ | 12.04 | 11.98 | 9.46 | - |
| YUV | 97.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 81 | 0 | 0.15 | 0.27 | 0.56 | 26 | 0.16 | 0.38 |
| Hex | 6F | 5E | 51 | 0 | F | 1B | 38 | 1A | 10 | 26 |
| Octal | 157 | 136 | 121 | 0 | 17 | 33 | 70 | 32 | 20 | 46 |
| Binary | 1101111 | 1011110 | 1010001 | 0 | 1111 | 11011 | 111000 | 11010 | 10000 | 100110 |
Color Harmonies of #6F5E51
Complementary color
Monochromatic Colors of #6F5E51
Black with #6F5E51
Text Example
Text Example
White with #6F5E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5E51; }
p { color: rgb(111,94,81); }
H1.HeaderClassName
{
color: #6F5E51;
}
.AnyTagClassName
{
color: #6F5E51;
}
</style>
background-color css
<style>
a { background-color: #6F5E51; }
a { background-color: rgb(111,94,81); }
div.DivClassName
{
background-color: #6F5E51;
}
.BgClassName
{
background-color: #6F5E51;
}
</style>
border-color css
<style>
span { border-color: #6F5E51; }
span { border-color: rgb(111,94,81); }
td.TdClassName
{
border-color: #6F5E51;
}
.TagClassName
{
border-color: #6F5E51;
}
</style>