Shades of Kabul #6C5E51
Tints of Kabul #6C5E51
RGB
CMYK
RGB Variations
Color information
#6C5E51 (or 0x6C5E51) is known color: Kabul. HEX triplet: 6C, 5E and 51. RGB value is (108,94,81). Sum of RGB (Red+Green+Blue) = 108+94+81=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5E51 is #93A1AE. Grayscale: #606060. Windows color (decimal): -9675183 or 5332588. OLE color: 5332588.
HSL color Cylindrical-coordinate representation of color #6C5E51: hue angle of 28.89º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C5E51 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 94 | 81 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.58 |
| HSL | 28.89º | 0.14% | 0.37% | - |
| HSV(B) | 28.89º | 0.25% | 0.42% | - |
| XYZ | 11.67 | 11.79 | 9.44 | - |
| YUV | 96.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 94 | 81 | 0 | 0.13 | 0.25 | 0.58 | 28.89 | 0.14 | 0.37 |
| Hex | 6C | 5E | 51 | 0 | D | 19 | 3A | 1D | E | 25 |
| Octal | 154 | 136 | 121 | 0 | 15 | 31 | 72 | 35 | 16 | 45 |
| Binary | 1101100 | 1011110 | 1010001 | 0 | 1101 | 11001 | 111010 | 11101 | 1110 | 100101 |
Color Harmonies of #6C5E51
Complementary color
Monochromatic Colors of #6C5E51
Black with #6C5E51
Text Example
Text Example
White with #6C5E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5E51; }
p { color: rgb(108,94,81); }
H1.HeaderClassName
{
color: #6C5E51;
}
.AnyTagClassName
{
color: #6C5E51;
}
</style>
background-color css
<style>
a { background-color: #6C5E51; }
a { background-color: rgb(108,94,81); }
div.DivClassName
{
background-color: #6C5E51;
}
.BgClassName
{
background-color: #6C5E51;
}
</style>
border-color css
<style>
span { border-color: #6C5E51; }
span { border-color: rgb(108,94,81); }
td.TdClassName
{
border-color: #6C5E51;
}
.TagClassName
{
border-color: #6C5E51;
}
</style>