Shades of Kabul #6E5D50
Tints of Kabul #6E5D50
RGB
CMYK
RGB Variations
Color information
#6E5D50 (or 0x6E5D50) is known color: Kabul. HEX triplet: 6E, 5D and 50. RGB value is (110,93,80). Sum of RGB (Red+Green+Blue) = 110+93+80=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5D50 is #91A2AF. Grayscale: #606060. Windows color (decimal): -9544368 or 5266798. OLE color: 5266798.
HSL color Cylindrical-coordinate representation of color #6E5D50: hue angle of 26º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E5D50 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 93 | 80 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.57 |
| HSL | 26º | 0.16% | 0.37% | - |
| HSV(B) | 26º | 0.27% | 0.43% | - |
| XYZ | 11.79 | 11.72 | 9.23 | - |
| YUV | 96.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 80 | 0 | 0.15 | 0.27 | 0.57 | 26 | 0.16 | 0.37 |
| Hex | 6E | 5D | 50 | 0 | F | 1B | 39 | 1A | 10 | 25 |
| Octal | 156 | 135 | 120 | 0 | 17 | 33 | 71 | 32 | 20 | 45 |
| Binary | 1101110 | 1011101 | 1010000 | 0 | 1111 | 11011 | 111001 | 11010 | 10000 | 100101 |
Color Harmonies of #6E5D50
Complementary color
Monochromatic Colors of #6E5D50
Black with #6E5D50
Text Example
Text Example
White with #6E5D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5D50; }
p { color: rgb(110,93,80); }
H1.HeaderClassName
{
color: #6E5D50;
}
.AnyTagClassName
{
color: #6E5D50;
}
</style>
background-color css
<style>
a { background-color: #6E5D50; }
a { background-color: rgb(110,93,80); }
div.DivClassName
{
background-color: #6E5D50;
}
.BgClassName
{
background-color: #6E5D50;
}
</style>
border-color css
<style>
span { border-color: #6E5D50; }
span { border-color: rgb(110,93,80); }
td.TdClassName
{
border-color: #6E5D50;
}
.TagClassName
{
border-color: #6E5D50;
}
</style>