Shades of Kabul #685B53
Tints of Kabul #685B53
RGB
CMYK
RGB Variations
Color information
#685B53 (or 0x685B53) is known color: Kabul. HEX triplet: 68, 5B and 53. RGB value is (104,91,83). Sum of RGB (Red+Green+Blue) = 104+91+83=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #685B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B53 is #97A4AC. Grayscale: #5E5E5E. Windows color (decimal): -9938093 or 5462888. OLE color: 5462888.
HSL color Cylindrical-coordinate representation of color #685B53: hue angle of 22.86º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #685B53 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 83 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.59 |
| HSL | 22.86º | 0.11% | 0.37% | - |
| HSV(B) | 22.86º | 0.2% | 0.41% | - |
| XYZ | 11.01 | 11.05 | 9.74 | - |
| YUV | 93.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 83 | 0 | 0.12 | 0.20 | 0.59 | 22.86 | 0.11 | 0.37 |
| Hex | 68 | 5B | 53 | 0 | C | 14 | 3B | 17 | B | 25 |
| Octal | 150 | 133 | 123 | 0 | 14 | 24 | 73 | 27 | 13 | 45 |
| Binary | 1101000 | 1011011 | 1010011 | 0 | 1100 | 10100 | 111011 | 10111 | 1011 | 100101 |
Color Harmonies of #685B53
Complementary color
Monochromatic Colors of #685B53
Black with #685B53
Text Example
Text Example
White with #685B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B53; }
p { color: rgb(104,91,83); }
H1.HeaderClassName
{
color: #685B53;
}
.AnyTagClassName
{
color: #685B53;
}
</style>
background-color css
<style>
a { background-color: #685B53; }
a { background-color: rgb(104,91,83); }
div.DivClassName
{
background-color: #685B53;
}
.BgClassName
{
background-color: #685B53;
}
</style>
border-color css
<style>
span { border-color: #685B53; }
span { border-color: rgb(104,91,83); }
td.TdClassName
{
border-color: #685B53;
}
.TagClassName
{
border-color: #685B53;
}
</style>