Shades of Kabul #6F6154
Tints of Kabul #6F6154
RGB
CMYK
RGB Variations
Color information
#6F6154 (or 0x6F6154) is known color: Kabul. HEX triplet: 6F, 61 and 54. RGB value is (111,97,84). Sum of RGB (Red+Green+Blue) = 111+97+84=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6154 is #909EAB. Grayscale: #636363. Windows color (decimal): -9477804 or 5529967. OLE color: 5529967.
HSL color Cylindrical-coordinate representation of color #6F6154: hue angle of 28.89º 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 #6F6154 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 84 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.56 |
| HSL | 28.89º | 0.14% | 0.38% | - |
| HSV(B) | 28.89º | 0.24% | 0.44% | - |
| XYZ | 12.43 | 12.57 | 10.16 | - |
| YUV | 99.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 84 | 0 | 0.13 | 0.24 | 0.56 | 28.89 | 0.14 | 0.38 |
| Hex | 6F | 61 | 54 | 0 | D | 18 | 38 | 1D | E | 26 |
| Octal | 157 | 141 | 124 | 0 | 15 | 30 | 70 | 35 | 16 | 46 |
| Binary | 1101111 | 1100001 | 1010100 | 0 | 1101 | 11000 | 111000 | 11101 | 1110 | 100110 |
Color Harmonies of #6F6154
Complementary color
Monochromatic Colors of #6F6154
Black with #6F6154
Text Example
Text Example
White with #6F6154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6154; }
p { color: rgb(111,97,84); }
H1.HeaderClassName
{
color: #6F6154;
}
.AnyTagClassName
{
color: #6F6154;
}
</style>
background-color css
<style>
a { background-color: #6F6154; }
a { background-color: rgb(111,97,84); }
div.DivClassName
{
background-color: #6F6154;
}
.BgClassName
{
background-color: #6F6154;
}
</style>
border-color css
<style>
span { border-color: #6F6154; }
span { border-color: rgb(111,97,84); }
td.TdClassName
{
border-color: #6F6154;
}
.TagClassName
{
border-color: #6F6154;
}
</style>