Shades of Kabul #6C6258
Tints of Kabul #6C6258
RGB
CMYK
RGB Variations
Color information
#6C6258 (or 0x6C6258) is known color: Kabul. HEX triplet: 6C, 62 and 58. RGB value is (108,98,88). Sum of RGB (Red+Green+Blue) = 108+98+88=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6258 is #939DA7. Grayscale: #636363. Windows color (decimal): -9674152 or 5792364. OLE color: 5792364.
HSL color Cylindrical-coordinate representation of color #6C6258: hue angle of 30º 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 #6C6258 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 98 | 88 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.58 |
| HSL | 30º | 0.1% | 0.38% | - |
| HSV(B) | 30º | 0.19% | 0.42% | - |
| XYZ | 12.31 | 12.63 | 11.02 | - |
| YUV | 99.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 98 | 88 | 0 | 0.09 | 0.19 | 0.58 | 30 | 0.1 | 0.38 |
| Hex | 6C | 62 | 58 | 0 | 9 | 13 | 3A | 1E | A | 26 |
| Octal | 154 | 142 | 130 | 0 | 11 | 23 | 72 | 36 | 12 | 46 |
| Binary | 1101100 | 1100010 | 1011000 | 0 | 1001 | 10011 | 111010 | 11110 | 1010 | 100110 |
Color Harmonies of #6C6258
Complementary color
Monochromatic Colors of #6C6258
Black with #6C6258
Text Example
Text Example
White with #6C6258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6258; }
p { color: rgb(108,98,88); }
H1.HeaderClassName
{
color: #6C6258;
}
.AnyTagClassName
{
color: #6C6258;
}
</style>
background-color css
<style>
a { background-color: #6C6258; }
a { background-color: rgb(108,98,88); }
div.DivClassName
{
background-color: #6C6258;
}
.BgClassName
{
background-color: #6C6258;
}
</style>
border-color css
<style>
span { border-color: #6C6258; }
span { border-color: rgb(108,98,88); }
td.TdClassName
{
border-color: #6C6258;
}
.TagClassName
{
border-color: #6C6258;
}
</style>