Shades of Kabul #685D52
Tints of Kabul #685D52
RGB
CMYK
RGB Variations
Color information
#685D52 (or 0x685D52) is known color: Kabul. HEX triplet: 68, 5D and 52. RGB value is (104,93,82). Sum of RGB (Red+Green+Blue) = 104+93+82=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #685D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D52 is #97A2AD. Grayscale: #5F5F5F. Windows color (decimal): -9937582 or 5397864. OLE color: 5397864.
HSL color Cylindrical-coordinate representation of color #685D52: hue angle of 30º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #685D52 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 82 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.59 |
| HSL | 30º | 0.12% | 0.36% | - |
| HSV(B) | 30º | 0.21% | 0.41% | - |
| XYZ | 11.15 | 11.38 | 9.59 | - |
| YUV | 95.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 82 | 0 | 0.11 | 0.21 | 0.59 | 30 | 0.12 | 0.36 |
| Hex | 68 | 5D | 52 | 0 | B | 15 | 3B | 1E | C | 24 |
| Octal | 150 | 135 | 122 | 0 | 13 | 25 | 73 | 36 | 14 | 44 |
| Binary | 1101000 | 1011101 | 1010010 | 0 | 1011 | 10101 | 111011 | 11110 | 1100 | 100100 |
Color Harmonies of #685D52
Complementary color
Monochromatic Colors of #685D52
Black with #685D52
Text Example
Text Example
White with #685D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D52; }
p { color: rgb(104,93,82); }
H1.HeaderClassName
{
color: #685D52;
}
.AnyTagClassName
{
color: #685D52;
}
</style>
background-color css
<style>
a { background-color: #685D52; }
a { background-color: rgb(104,93,82); }
div.DivClassName
{
background-color: #685D52;
}
.BgClassName
{
background-color: #685D52;
}
</style>
border-color css
<style>
span { border-color: #685D52; }
span { border-color: rgb(104,93,82); }
td.TdClassName
{
border-color: #685D52;
}
.TagClassName
{
border-color: #685D52;
}
</style>