Shades of Kabul #685D55
Tints of Kabul #685D55
RGB
CMYK
RGB Variations
Color information
#685D55 (or 0x685D55) is known color: Kabul. HEX triplet: 68, 5D and 55. RGB value is (104,93,85). Sum of RGB (Red+Green+Blue) = 104+93+85=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #685D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D55 is #97A2AA. Grayscale: #5F5F5F. Windows color (decimal): -9937579 or 5594472. OLE color: 5594472.
HSL color Cylindrical-coordinate representation of color #685D55: hue angle of 25.26º 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 #685D55 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 85 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.59 |
| HSL | 25.26º | 0.1% | 0.37% | - |
| HSV(B) | 25.26º | 0.18% | 0.41% | - |
| XYZ | 11.26 | 11.43 | 10.21 | - |
| YUV | 95.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 85 | 0 | 0.11 | 0.18 | 0.59 | 25.26 | 0.1 | 0.37 |
| Hex | 68 | 5D | 55 | 0 | B | 12 | 3B | 19 | A | 25 |
| Octal | 150 | 135 | 125 | 0 | 13 | 22 | 73 | 31 | 12 | 45 |
| Binary | 1101000 | 1011101 | 1010101 | 0 | 1011 | 10010 | 111011 | 11001 | 1010 | 100101 |
Color Harmonies of #685D55
Complementary color
Monochromatic Colors of #685D55
Black with #685D55
Text Example
Text Example
White with #685D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D55; }
p { color: rgb(104,93,85); }
H1.HeaderClassName
{
color: #685D55;
}
.AnyTagClassName
{
color: #685D55;
}
</style>
background-color css
<style>
a { background-color: #685D55; }
a { background-color: rgb(104,93,85); }
div.DivClassName
{
background-color: #685D55;
}
.BgClassName
{
background-color: #685D55;
}
</style>
border-color css
<style>
span { border-color: #685D55; }
span { border-color: rgb(104,93,85); }
td.TdClassName
{
border-color: #685D55;
}
.TagClassName
{
border-color: #685D55;
}
</style>