Shades of Kabul #685D53
Tints of Kabul #685D53
RGB
CMYK
RGB Variations
Color information
#685D53 (or 0x685D53) is known color: Kabul. HEX triplet: 68, 5D and 53. RGB value is (104,93,83). Sum of RGB (Red+Green+Blue) = 104+93+83=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #685D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D53 is #97A2AC. Grayscale: #5F5F5F. Windows color (decimal): -9937581 or 5463400. OLE color: 5463400.
HSL color Cylindrical-coordinate representation of color #685D53: hue angle of 28.57º 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 #685D53 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 83 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.59 |
| HSL | 28.57º | 0.11% | 0.37% | - |
| HSV(B) | 28.57º | 0.2% | 0.41% | - |
| XYZ | 11.18 | 11.4 | 9.79 | - |
| YUV | 95.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 83 | 0 | 0.11 | 0.20 | 0.59 | 28.57 | 0.11 | 0.37 |
| Hex | 68 | 5D | 53 | 0 | B | 14 | 3B | 1D | B | 25 |
| Octal | 150 | 135 | 123 | 0 | 13 | 24 | 73 | 35 | 13 | 45 |
| Binary | 1101000 | 1011101 | 1010011 | 0 | 1011 | 10100 | 111011 | 11101 | 1011 | 100101 |
Color Harmonies of #685D53
Complementary color
Monochromatic Colors of #685D53
Black with #685D53
Text Example
Text Example
White with #685D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D53; }
p { color: rgb(104,93,83); }
H1.HeaderClassName
{
color: #685D53;
}
.AnyTagClassName
{
color: #685D53;
}
</style>
background-color css
<style>
a { background-color: #685D53; }
a { background-color: rgb(104,93,83); }
div.DivClassName
{
background-color: #685D53;
}
.BgClassName
{
background-color: #685D53;
}
</style>
border-color css
<style>
span { border-color: #685D53; }
span { border-color: rgb(104,93,83); }
td.TdClassName
{
border-color: #685D53;
}
.TagClassName
{
border-color: #685D53;
}
</style>