Shades of Kabul #6C6155
Tints of Kabul #6C6155
RGB
CMYK
RGB Variations
Color information
#6C6155 (or 0x6C6155) is known color: Kabul. HEX triplet: 6C, 61 and 55. RGB value is (108,97,85). Sum of RGB (Red+Green+Blue) = 108+97+85=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6155 is #939EAA. Grayscale: #626262. Windows color (decimal): -9674411 or 5595500. OLE color: 5595500.
HSL color Cylindrical-coordinate representation of color #6C6155: hue angle of 31.3º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C6155 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 97 | 85 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.58 |
| HSL | 31.3º | 0.12% | 0.38% | - |
| HSV(B) | 31.3º | 0.21% | 0.42% | - |
| XYZ | 12.1 | 12.39 | 10.35 | - |
| YUV | 98.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 85 | 0 | 0.10 | 0.21 | 0.58 | 31.3 | 0.12 | 0.38 |
| Hex | 6C | 61 | 55 | 0 | A | 15 | 3A | 1F | C | 26 |
| Octal | 154 | 141 | 125 | 0 | 12 | 25 | 72 | 37 | 14 | 46 |
| Binary | 1101100 | 1100001 | 1010101 | 0 | 1010 | 10101 | 111010 | 11111 | 1100 | 100110 |
Color Harmonies of #6C6155
Complementary color
Monochromatic Colors of #6C6155
Black with #6C6155
Text Example
Text Example
White with #6C6155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6155; }
p { color: rgb(108,97,85); }
H1.HeaderClassName
{
color: #6C6155;
}
.AnyTagClassName
{
color: #6C6155;
}
</style>
background-color css
<style>
a { background-color: #6C6155; }
a { background-color: rgb(108,97,85); }
div.DivClassName
{
background-color: #6C6155;
}
.BgClassName
{
background-color: #6C6155;
}
</style>
border-color css
<style>
span { border-color: #6C6155; }
span { border-color: rgb(108,97,85); }
td.TdClassName
{
border-color: #6C6155;
}
.TagClassName
{
border-color: #6C6155;
}
</style>