Shades of Kabul #6E5F53
Tints of Kabul #6E5F53
RGB
CMYK
RGB Variations
Color information
#6E5F53 (or 0x6E5F53) is known color: Kabul. HEX triplet: 6E, 5F and 53. RGB value is (110,95,83). Sum of RGB (Red+Green+Blue) = 110+95+83=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5F53 is #91A0AC. Grayscale: #626262. Windows color (decimal): -9543853 or 5463918. OLE color: 5463918.
HSL color Cylindrical-coordinate representation of color #6E5F53: hue angle of 26.67º 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 #6E5F53 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 95 | 83 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.57 |
| HSL | 26.67º | 0.14% | 0.38% | - |
| HSV(B) | 26.67º | 0.25% | 0.43% | - |
| XYZ | 12.08 | 12.12 | 9.89 | - |
| YUV | 98.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 95 | 83 | 0 | 0.14 | 0.25 | 0.57 | 26.67 | 0.14 | 0.38 |
| Hex | 6E | 5F | 53 | 0 | E | 19 | 39 | 1B | E | 26 |
| Octal | 156 | 137 | 123 | 0 | 16 | 31 | 71 | 33 | 16 | 46 |
| Binary | 1101110 | 1011111 | 1010011 | 0 | 1110 | 11001 | 111001 | 11011 | 1110 | 100110 |
Color Harmonies of #6E5F53
Complementary color
Monochromatic Colors of #6E5F53
Black with #6E5F53
Text Example
Text Example
White with #6E5F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5F53; }
p { color: rgb(110,95,83); }
H1.HeaderClassName
{
color: #6E5F53;
}
.AnyTagClassName
{
color: #6E5F53;
}
</style>
background-color css
<style>
a { background-color: #6E5F53; }
a { background-color: rgb(110,95,83); }
div.DivClassName
{
background-color: #6E5F53;
}
.BgClassName
{
background-color: #6E5F53;
}
</style>
border-color css
<style>
span { border-color: #6E5F53; }
span { border-color: rgb(110,95,83); }
td.TdClassName
{
border-color: #6E5F53;
}
.TagClassName
{
border-color: #6E5F53;
}
</style>