Shades of Kabul #6D5F55
Tints of Kabul #6D5F55
RGB
CMYK
RGB Variations
Color information
#6D5F55 (or 0x6D5F55) is known color: Kabul. HEX triplet: 6D, 5F and 55. RGB value is (109,95,85). Sum of RGB (Red+Green+Blue) = 109+95+85=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5F55 is #92A0AA. Grayscale: #626262. Windows color (decimal): -9609387 or 5594989. OLE color: 5594989.
HSL color Cylindrical-coordinate representation of color #6D5F55: hue angle of 25º 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 #6D5F55 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 95 | 85 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.57 |
| HSL | 25º | 0.12% | 0.38% | - |
| HSV(B) | 25º | 0.22% | 0.43% | - |
| XYZ | 12.04 | 12.09 | 10.29 | - |
| YUV | 98.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 95 | 85 | 0 | 0.13 | 0.22 | 0.57 | 25 | 0.12 | 0.38 |
| Hex | 6D | 5F | 55 | 0 | D | 16 | 39 | 19 | C | 26 |
| Octal | 155 | 137 | 125 | 0 | 15 | 26 | 71 | 31 | 14 | 46 |
| Binary | 1101101 | 1011111 | 1010101 | 0 | 1101 | 10110 | 111001 | 11001 | 1100 | 100110 |
Color Harmonies of #6D5F55
Complementary color
Monochromatic Colors of #6D5F55
Black with #6D5F55
Text Example
Text Example
White with #6D5F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5F55; }
p { color: rgb(109,95,85); }
H1.HeaderClassName
{
color: #6D5F55;
}
.AnyTagClassName
{
color: #6D5F55;
}
</style>
background-color css
<style>
a { background-color: #6D5F55; }
a { background-color: rgb(109,95,85); }
div.DivClassName
{
background-color: #6D5F55;
}
.BgClassName
{
background-color: #6D5F55;
}
</style>
border-color css
<style>
span { border-color: #6D5F55; }
span { border-color: rgb(109,95,85); }
td.TdClassName
{
border-color: #6D5F55;
}
.TagClassName
{
border-color: #6D5F55;
}
</style>