Shades of Kabul #6F6054
Tints of Kabul #6F6054
RGB
CMYK
RGB Variations
Color information
#6F6054 (or 0x6F6054) is known color: Kabul. HEX triplet: 6F, 60 and 54. RGB value is (111,96,84). Sum of RGB (Red+Green+Blue) = 111+96+84=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6054 is #909FAB. Grayscale: #636363. Windows color (decimal): -9478060 or 5529711. OLE color: 5529711.
HSL color Cylindrical-coordinate representation of color #6F6054: hue angle of 26.67º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F6054 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 84 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.56 |
| HSL | 26.67º | 0.14% | 0.38% | - |
| HSV(B) | 26.67º | 0.24% | 0.44% | - |
| XYZ | 12.34 | 12.39 | 10.13 | - |
| YUV | 99.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 84 | 0 | 0.14 | 0.24 | 0.56 | 26.67 | 0.14 | 0.38 |
| Hex | 6F | 60 | 54 | 0 | E | 18 | 38 | 1B | E | 26 |
| Octal | 157 | 140 | 124 | 0 | 16 | 30 | 70 | 33 | 16 | 46 |
| Binary | 1101111 | 1100000 | 1010100 | 0 | 1110 | 11000 | 111000 | 11011 | 1110 | 100110 |
Color Harmonies of #6F6054
Complementary color
Monochromatic Colors of #6F6054
Black with #6F6054
Text Example
Text Example
White with #6F6054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6054; }
p { color: rgb(111,96,84); }
H1.HeaderClassName
{
color: #6F6054;
}
.AnyTagClassName
{
color: #6F6054;
}
</style>
background-color css
<style>
a { background-color: #6F6054; }
a { background-color: rgb(111,96,84); }
div.DivClassName
{
background-color: #6F6054;
}
.BgClassName
{
background-color: #6F6054;
}
</style>
border-color css
<style>
span { border-color: #6F6054; }
span { border-color: rgb(111,96,84); }
td.TdClassName
{
border-color: #6F6054;
}
.TagClassName
{
border-color: #6F6054;
}
</style>