Shades of Kabul #685E56
Tints of Kabul #685E56
RGB
CMYK
RGB Variations
Color information
#685E56 (or 0x685E56) is known color: Kabul. HEX triplet: 68, 5E and 56. RGB value is (104,94,86). Sum of RGB (Red+Green+Blue) = 104+94+86=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #685E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E56 is #97A1A9. Grayscale: #606060. Windows color (decimal): -9937322 or 5660264. OLE color: 5660264.
HSL color Cylindrical-coordinate representation of color #685E56: hue angle of 26.67º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #685E56 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 86 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.59 |
| HSL | 26.67º | 0.09% | 0.37% | - |
| HSV(B) | 26.67º | 0.17% | 0.41% | - |
| XYZ | 11.39 | 11.62 | 10.45 | - |
| YUV | 96.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 86 | 0 | 0.10 | 0.17 | 0.59 | 26.67 | 0.09 | 0.37 |
| Hex | 68 | 5E | 56 | 0 | A | 11 | 3B | 1B | 9 | 25 |
| Octal | 150 | 136 | 126 | 0 | 12 | 21 | 73 | 33 | 11 | 45 |
| Binary | 1101000 | 1011110 | 1010110 | 0 | 1010 | 10001 | 111011 | 11011 | 1001 | 100101 |
Color Harmonies of #685E56
Complementary color
Monochromatic Colors of #685E56
Black with #685E56
Text Example
Text Example
White with #685E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E56; }
p { color: rgb(104,94,86); }
H1.HeaderClassName
{
color: #685E56;
}
.AnyTagClassName
{
color: #685E56;
}
</style>
background-color css
<style>
a { background-color: #685E56; }
a { background-color: rgb(104,94,86); }
div.DivClassName
{
background-color: #685E56;
}
.BgClassName
{
background-color: #685E56;
}
</style>
border-color css
<style>
span { border-color: #685E56; }
span { border-color: rgb(104,94,86); }
td.TdClassName
{
border-color: #685E56;
}
.TagClassName
{
border-color: #685E56;
}
</style>