Shades of Kabul #685E55
Tints of Kabul #685E55
RGB
CMYK
RGB Variations
Color information
#685E55 (or 0x685E55) is known color: Kabul. HEX triplet: 68, 5E and 55. RGB value is (104,94,85). Sum of RGB (Red+Green+Blue) = 104+94+85=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #685E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E55 is #97A1AA. Grayscale: #606060. Windows color (decimal): -9937323 or 5594728. OLE color: 5594728.
HSL color Cylindrical-coordinate representation of color #685E55: hue angle of 28.42º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #685E55 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 85 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.59 |
| HSL | 28.42º | 0.1% | 0.37% | - |
| HSV(B) | 28.42º | 0.18% | 0.41% | - |
| XYZ | 11.35 | 11.6 | 10.24 | - |
| YUV | 95.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 85 | 0 | 0.10 | 0.18 | 0.59 | 28.42 | 0.1 | 0.37 |
| Hex | 68 | 5E | 55 | 0 | A | 12 | 3B | 1C | A | 25 |
| Octal | 150 | 136 | 125 | 0 | 12 | 22 | 73 | 34 | 12 | 45 |
| Binary | 1101000 | 1011110 | 1010101 | 0 | 1010 | 10010 | 111011 | 11100 | 1010 | 100101 |
Color Harmonies of #685E55
Complementary color
Monochromatic Colors of #685E55
Black with #685E55
Text Example
Text Example
White with #685E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E55; }
p { color: rgb(104,94,85); }
H1.HeaderClassName
{
color: #685E55;
}
.AnyTagClassName
{
color: #685E55;
}
</style>
background-color css
<style>
a { background-color: #685E55; }
a { background-color: rgb(104,94,85); }
div.DivClassName
{
background-color: #685E55;
}
.BgClassName
{
background-color: #685E55;
}
</style>
border-color css
<style>
span { border-color: #685E55; }
span { border-color: rgb(104,94,85); }
td.TdClassName
{
border-color: #685E55;
}
.TagClassName
{
border-color: #685E55;
}
</style>