Shades of Kabul #6D5B4F
Tints of Kabul #6D5B4F
RGB
CMYK
RGB Variations
Color information
#6D5B4F (or 0x6D5B4F) is known color: Kabul. HEX triplet: 6D, 5B and 4F. RGB value is (109,91,79). Sum of RGB (Red+Green+Blue) = 109+91+79=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5B4F is #92A4B0. Grayscale: #5F5F5F. Windows color (decimal): -9610417 or 5200749. OLE color: 5200749.
HSL color Cylindrical-coordinate representation of color #6D5B4F: hue angle of 24º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D5B4F is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 91 | 79 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.57 |
| HSL | 24º | 0.16% | 0.37% | - |
| HSV(B) | 24º | 0.28% | 0.43% | - |
| XYZ | 11.46 | 11.3 | 8.97 | - |
| YUV | 95.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 91 | 79 | 0 | 0.17 | 0.28 | 0.57 | 24 | 0.16 | 0.37 |
| Hex | 6D | 5B | 4F | 0 | 11 | 1C | 39 | 18 | 10 | 25 |
| Octal | 155 | 133 | 117 | 0 | 21 | 34 | 71 | 30 | 20 | 45 |
| Binary | 1101101 | 1011011 | 1001111 | 0 | 10001 | 11100 | 111001 | 11000 | 10000 | 100101 |
Color Harmonies of #6D5B4F
Complementary color
Monochromatic Colors of #6D5B4F
Black with #6D5B4F
Text Example
Text Example
White with #6D5B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5B4F; }
p { color: rgb(109,91,79); }
H1.HeaderClassName
{
color: #6D5B4F;
}
.AnyTagClassName
{
color: #6D5B4F;
}
</style>
background-color css
<style>
a { background-color: #6D5B4F; }
a { background-color: rgb(109,91,79); }
div.DivClassName
{
background-color: #6D5B4F;
}
.BgClassName
{
background-color: #6D5B4F;
}
</style>
border-color css
<style>
span { border-color: #6D5B4F; }
span { border-color: rgb(109,91,79); }
td.TdClassName
{
border-color: #6D5B4F;
}
.TagClassName
{
border-color: #6D5B4F;
}
</style>