Shades of Kabul #6C6158
Tints of Kabul #6C6158
RGB
CMYK
RGB Variations
Color information
#6C6158 (or 0x6C6158) is known color: Kabul. HEX triplet: 6C, 61 and 58. RGB value is (108,97,88). Sum of RGB (Red+Green+Blue) = 108+97+88=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6158 is #939EA7. Grayscale: #636363. Windows color (decimal): -9674408 or 5792108. OLE color: 5792108.
HSL color Cylindrical-coordinate representation of color #6C6158: hue angle of 27º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C6158 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 97 | 88 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.58 |
| HSL | 27º | 0.1% | 0.38% | - |
| HSV(B) | 27º | 0.19% | 0.42% | - |
| XYZ | 12.22 | 12.44 | 10.99 | - |
| YUV | 99.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 88 | 0 | 0.10 | 0.19 | 0.58 | 27 | 0.1 | 0.38 |
| Hex | 6C | 61 | 58 | 0 | A | 13 | 3A | 1B | A | 26 |
| Octal | 154 | 141 | 130 | 0 | 12 | 23 | 72 | 33 | 12 | 46 |
| Binary | 1101100 | 1100001 | 1011000 | 0 | 1010 | 10011 | 111010 | 11011 | 1010 | 100110 |
Color Harmonies of #6C6158
Complementary color
Monochromatic Colors of #6C6158
Black with #6C6158
Text Example
Text Example
White with #6C6158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6158; }
p { color: rgb(108,97,88); }
H1.HeaderClassName
{
color: #6C6158;
}
.AnyTagClassName
{
color: #6C6158;
}
</style>
background-color css
<style>
a { background-color: #6C6158; }
a { background-color: rgb(108,97,88); }
div.DivClassName
{
background-color: #6C6158;
}
.BgClassName
{
background-color: #6C6158;
}
</style>
border-color css
<style>
span { border-color: #6C6158; }
span { border-color: rgb(108,97,88); }
td.TdClassName
{
border-color: #6C6158;
}
.TagClassName
{
border-color: #6C6158;
}
</style>