Shades of Kabul #6E5E53
Tints of Kabul #6E5E53
RGB
CMYK
RGB Variations
Color information
#6E5E53 (or 0x6E5E53) is known color: Kabul. HEX triplet: 6E, 5E and 53. RGB value is (110,94,83). Sum of RGB (Red+Green+Blue) = 110+94+83=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5E53 is #91A1AC. Grayscale: #616161. Windows color (decimal): -9544109 or 5463662. OLE color: 5463662.
HSL color Cylindrical-coordinate representation of color #6E5E53: hue angle of 24.44º 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 #6E5E53 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 94 | 83 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.57 |
| HSL | 24.44º | 0.14% | 0.38% | - |
| HSV(B) | 24.44º | 0.25% | 0.43% | - |
| XYZ | 11.99 | 11.94 | 9.86 | - |
| YUV | 97.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 94 | 83 | 0 | 0.15 | 0.25 | 0.57 | 24.44 | 0.14 | 0.38 |
| Hex | 6E | 5E | 53 | 0 | F | 19 | 39 | 18 | E | 26 |
| Octal | 156 | 136 | 123 | 0 | 17 | 31 | 71 | 30 | 16 | 46 |
| Binary | 1101110 | 1011110 | 1010011 | 0 | 1111 | 11001 | 111001 | 11000 | 1110 | 100110 |
Color Harmonies of #6E5E53
Complementary color
Monochromatic Colors of #6E5E53
Black with #6E5E53
Text Example
Text Example
White with #6E5E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5E53; }
p { color: rgb(110,94,83); }
H1.HeaderClassName
{
color: #6E5E53;
}
.AnyTagClassName
{
color: #6E5E53;
}
</style>
background-color css
<style>
a { background-color: #6E5E53; }
a { background-color: rgb(110,94,83); }
div.DivClassName
{
background-color: #6E5E53;
}
.BgClassName
{
background-color: #6E5E53;
}
</style>
border-color css
<style>
span { border-color: #6E5E53; }
span { border-color: rgb(110,94,83); }
td.TdClassName
{
border-color: #6E5E53;
}
.TagClassName
{
border-color: #6E5E53;
}
</style>