Shades of Kabul #6D6055
Tints of Kabul #6D6055
RGB
CMYK
RGB Variations
Color information
#6D6055 (or 0x6D6055) is known color: Kabul. HEX triplet: 6D, 60 and 55. RGB value is (109,96,85). Sum of RGB (Red+Green+Blue) = 109+96+85=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6055 is #929FAA. Grayscale: #626262. Windows color (decimal): -9609131 or 5595245. OLE color: 5595245.
HSL color Cylindrical-coordinate representation of color #6D6055: hue angle of 27.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D6055 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 96 | 85 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.57 |
| HSL | 27.5º | 0.12% | 0.38% | - |
| HSV(B) | 27.5º | 0.22% | 0.43% | - |
| XYZ | 12.13 | 12.27 | 10.32 | - |
| YUV | 98.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 96 | 85 | 0 | 0.12 | 0.22 | 0.57 | 27.5 | 0.12 | 0.38 |
| Hex | 6D | 60 | 55 | 0 | C | 16 | 39 | 1C | C | 26 |
| Octal | 155 | 140 | 125 | 0 | 14 | 26 | 71 | 34 | 14 | 46 |
| Binary | 1101101 | 1100000 | 1010101 | 0 | 1100 | 10110 | 111001 | 11100 | 1100 | 100110 |
Color Harmonies of #6D6055
Complementary color
Monochromatic Colors of #6D6055
Black with #6D6055
Text Example
Text Example
White with #6D6055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6055; }
p { color: rgb(109,96,85); }
H1.HeaderClassName
{
color: #6D6055;
}
.AnyTagClassName
{
color: #6D6055;
}
</style>
background-color css
<style>
a { background-color: #6D6055; }
a { background-color: rgb(109,96,85); }
div.DivClassName
{
background-color: #6D6055;
}
.BgClassName
{
background-color: #6D6055;
}
</style>
border-color css
<style>
span { border-color: #6D6055; }
span { border-color: rgb(109,96,85); }
td.TdClassName
{
border-color: #6D6055;
}
.TagClassName
{
border-color: #6D6055;
}
</style>