Shades of Kabul #6D6256
Tints of Kabul #6D6256
RGB
CMYK
RGB Variations
Color information
#6D6256 (or 0x6D6256) is known color: Kabul. HEX triplet: 6D, 62 and 56. RGB value is (109,98,86). Sum of RGB (Red+Green+Blue) = 109+98+86=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6256 is #929DA9. Grayscale: #636363. Windows color (decimal): -9608618 or 5661293. OLE color: 5661293.
HSL color Cylindrical-coordinate representation of color #6D6256: hue angle of 31.3º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D6256 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 98 | 86 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.57 |
| HSL | 31.3º | 0.12% | 0.38% | - |
| HSV(B) | 31.3º | 0.21% | 0.43% | - |
| XYZ | 12.35 | 12.66 | 10.6 | - |
| YUV | 99.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 86 | 0 | 0.10 | 0.21 | 0.57 | 31.3 | 0.12 | 0.38 |
| Hex | 6D | 62 | 56 | 0 | A | 15 | 39 | 1F | C | 26 |
| Octal | 155 | 142 | 126 | 0 | 12 | 25 | 71 | 37 | 14 | 46 |
| Binary | 1101101 | 1100010 | 1010110 | 0 | 1010 | 10101 | 111001 | 11111 | 1100 | 100110 |
Color Harmonies of #6D6256
Complementary color
Monochromatic Colors of #6D6256
Black with #6D6256
Text Example
Text Example
White with #6D6256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6256; }
p { color: rgb(109,98,86); }
H1.HeaderClassName
{
color: #6D6256;
}
.AnyTagClassName
{
color: #6D6256;
}
</style>
background-color css
<style>
a { background-color: #6D6256; }
a { background-color: rgb(109,98,86); }
div.DivClassName
{
background-color: #6D6256;
}
.BgClassName
{
background-color: #6D6256;
}
</style>
border-color css
<style>
span { border-color: #6D6256; }
span { border-color: rgb(109,98,86); }
td.TdClassName
{
border-color: #6D6256;
}
.TagClassName
{
border-color: #6D6256;
}
</style>