Shades of Kabul #6C6259
Tints of Kabul #6C6259
RGB
CMYK
RGB Variations
Color information
#6C6259 (or 0x6C6259) is known color: Kabul. HEX triplet: 6C, 62 and 59. RGB value is (108,98,89). Sum of RGB (Red+Green+Blue) = 108+98+89=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6259 is #939DA6. Grayscale: #646464. Windows color (decimal): -9674151 or 5857900. OLE color: 5857900.
HSL color Cylindrical-coordinate representation of color #6C6259: hue angle of 28.42º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6C6259 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 98 | 89 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.58 |
| HSL | 28.42º | 0.1% | 0.39% | - |
| HSV(B) | 28.42º | 0.18% | 0.42% | - |
| XYZ | 12.36 | 12.64 | 11.24 | - |
| YUV | 99.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 98 | 89 | 0 | 0.09 | 0.18 | 0.58 | 28.42 | 0.1 | 0.39 |
| Hex | 6C | 62 | 59 | 0 | 9 | 12 | 3A | 1C | A | 27 |
| Octal | 154 | 142 | 131 | 0 | 11 | 22 | 72 | 34 | 12 | 47 |
| Binary | 1101100 | 1100010 | 1011001 | 0 | 1001 | 10010 | 111010 | 11100 | 1010 | 100111 |
Color Harmonies of #6C6259
Complementary color
Monochromatic Colors of #6C6259
Black with #6C6259
Text Example
Text Example
White with #6C6259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6259; }
p { color: rgb(108,98,89); }
H1.HeaderClassName
{
color: #6C6259;
}
.AnyTagClassName
{
color: #6C6259;
}
</style>
background-color css
<style>
a { background-color: #6C6259; }
a { background-color: rgb(108,98,89); }
div.DivClassName
{
background-color: #6C6259;
}
.BgClassName
{
background-color: #6C6259;
}
</style>
border-color css
<style>
span { border-color: #6C6259; }
span { border-color: rgb(108,98,89); }
td.TdClassName
{
border-color: #6C6259;
}
.TagClassName
{
border-color: #6C6259;
}
</style>