Shades of Kabul #6E6053
Tints of Kabul #6E6053
RGB
CMYK
RGB Variations
Color information
#6E6053 (or 0x6E6053) is known color: Kabul. HEX triplet: 6E, 60 and 53. RGB value is (110,96,83). Sum of RGB (Red+Green+Blue) = 110+96+83=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6053 is #919FAC. Grayscale: #626262. Windows color (decimal): -9543597 or 5464174. OLE color: 5464174.
HSL color Cylindrical-coordinate representation of color #6E6053: hue angle of 28.89º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E6053 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 96 | 83 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.57 |
| HSL | 28.89º | 0.14% | 0.38% | - |
| HSV(B) | 28.89º | 0.25% | 0.43% | - |
| XYZ | 12.17 | 12.31 | 9.92 | - |
| YUV | 98.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 83 | 0 | 0.13 | 0.25 | 0.57 | 28.89 | 0.14 | 0.38 |
| Hex | 6E | 60 | 53 | 0 | D | 19 | 39 | 1D | E | 26 |
| Octal | 156 | 140 | 123 | 0 | 15 | 31 | 71 | 35 | 16 | 46 |
| Binary | 1101110 | 1100000 | 1010011 | 0 | 1101 | 11001 | 111001 | 11101 | 1110 | 100110 |
Color Harmonies of #6E6053
Complementary color
Monochromatic Colors of #6E6053
Black with #6E6053
Text Example
Text Example
White with #6E6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6053; }
p { color: rgb(110,96,83); }
H1.HeaderClassName
{
color: #6E6053;
}
.AnyTagClassName
{
color: #6E6053;
}
</style>
background-color css
<style>
a { background-color: #6E6053; }
a { background-color: rgb(110,96,83); }
div.DivClassName
{
background-color: #6E6053;
}
.BgClassName
{
background-color: #6E6053;
}
</style>
border-color css
<style>
span { border-color: #6E6053; }
span { border-color: rgb(110,96,83); }
td.TdClassName
{
border-color: #6E6053;
}
.TagClassName
{
border-color: #6E6053;
}
</style>