Shades of Kabul #6F6153
Tints of Kabul #6F6153
RGB
CMYK
RGB Variations
Color information
#6F6153 (or 0x6F6153) is known color: Kabul. HEX triplet: 6F, 61 and 53. RGB value is (111,97,83). Sum of RGB (Red+Green+Blue) = 111+97+83=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6153 is #909EAC. Grayscale: #636363. Windows color (decimal): -9477805 or 5464431. OLE color: 5464431.
HSL color Cylindrical-coordinate representation of color #6F6153: hue angle of 30º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F6153 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 83 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.56 |
| HSL | 30º | 0.14% | 0.38% | - |
| HSV(B) | 30º | 0.25% | 0.44% | - |
| XYZ | 12.39 | 12.55 | 9.95 | - |
| YUV | 99.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 83 | 0 | 0.13 | 0.25 | 0.56 | 30 | 0.14 | 0.38 |
| Hex | 6F | 61 | 53 | 0 | D | 19 | 38 | 1E | E | 26 |
| Octal | 157 | 141 | 123 | 0 | 15 | 31 | 70 | 36 | 16 | 46 |
| Binary | 1101111 | 1100001 | 1010011 | 0 | 1101 | 11001 | 111000 | 11110 | 1110 | 100110 |
Color Harmonies of #6F6153
Complementary color
Monochromatic Colors of #6F6153
Black with #6F6153
Text Example
Text Example
White with #6F6153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6153; }
p { color: rgb(111,97,83); }
H1.HeaderClassName
{
color: #6F6153;
}
.AnyTagClassName
{
color: #6F6153;
}
</style>
background-color css
<style>
a { background-color: #6F6153; }
a { background-color: rgb(111,97,83); }
div.DivClassName
{
background-color: #6F6153;
}
.BgClassName
{
background-color: #6F6153;
}
</style>
border-color css
<style>
span { border-color: #6F6153; }
span { border-color: rgb(111,97,83); }
td.TdClassName
{
border-color: #6F6153;
}
.TagClassName
{
border-color: #6F6153;
}
</style>