Shades of Kabul #6F6155
Tints of Kabul #6F6155
RGB
CMYK
RGB Variations
Color information
#6F6155 (or 0x6F6155) is known color: Kabul. HEX triplet: 6F, 61 and 55. RGB value is (111,97,85). Sum of RGB (Red+Green+Blue) = 111+97+85=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6155 is #909EAA. Grayscale: #636363. Windows color (decimal): -9477803 or 5595503. OLE color: 5595503.
HSL color Cylindrical-coordinate representation of color #6F6155: hue angle of 27.69º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F6155 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 85 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.56 |
| HSL | 27.69º | 0.13% | 0.38% | - |
| HSV(B) | 27.69º | 0.23% | 0.44% | - |
| XYZ | 12.47 | 12.58 | 10.37 | - |
| YUV | 99.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 85 | 0 | 0.13 | 0.23 | 0.56 | 27.69 | 0.13 | 0.38 |
| Hex | 6F | 61 | 55 | 0 | D | 17 | 38 | 1C | D | 26 |
| Octal | 157 | 141 | 125 | 0 | 15 | 27 | 70 | 34 | 15 | 46 |
| Binary | 1101111 | 1100001 | 1010101 | 0 | 1101 | 10111 | 111000 | 11100 | 1101 | 100110 |
Color Harmonies of #6F6155
Complementary color
Monochromatic Colors of #6F6155
Black with #6F6155
Text Example
Text Example
White with #6F6155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6155; }
p { color: rgb(111,97,85); }
H1.HeaderClassName
{
color: #6F6155;
}
.AnyTagClassName
{
color: #6F6155;
}
</style>
background-color css
<style>
a { background-color: #6F6155; }
a { background-color: rgb(111,97,85); }
div.DivClassName
{
background-color: #6F6155;
}
.BgClassName
{
background-color: #6F6155;
}
</style>
border-color css
<style>
span { border-color: #6F6155; }
span { border-color: rgb(111,97,85); }
td.TdClassName
{
border-color: #6F6155;
}
.TagClassName
{
border-color: #6F6155;
}
</style>