Shades of Kabul #685C52
Tints of Kabul #685C52
RGB
CMYK
RGB Variations
Color information
#685C52 (or 0x685C52) is known color: Kabul. HEX triplet: 68, 5C and 52. RGB value is (104,92,82). Sum of RGB (Red+Green+Blue) = 104+92+82=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #685C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C52 is #97A3AD. Grayscale: #5E5E5E. Windows color (decimal): -9937838 or 5397608. OLE color: 5397608.
HSL color Cylindrical-coordinate representation of color #685C52: hue angle of 27.27º 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 #685C52 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 82 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.59 |
| HSL | 27.27º | 0.12% | 0.36% | - |
| HSV(B) | 27.27º | 0.21% | 0.41% | - |
| XYZ | 11.06 | 11.21 | 9.56 | - |
| YUV | 94.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 82 | 0 | 0.12 | 0.21 | 0.59 | 27.27 | 0.12 | 0.36 |
| Hex | 68 | 5C | 52 | 0 | C | 15 | 3B | 1B | C | 24 |
| Octal | 150 | 134 | 122 | 0 | 14 | 25 | 73 | 33 | 14 | 44 |
| Binary | 1101000 | 1011100 | 1010010 | 0 | 1100 | 10101 | 111011 | 11011 | 1100 | 100100 |
Color Harmonies of #685C52
Complementary color
Monochromatic Colors of #685C52
Black with #685C52
Text Example
Text Example
White with #685C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C52; }
p { color: rgb(104,92,82); }
H1.HeaderClassName
{
color: #685C52;
}
.AnyTagClassName
{
color: #685C52;
}
</style>
background-color css
<style>
a { background-color: #685C52; }
a { background-color: rgb(104,92,82); }
div.DivClassName
{
background-color: #685C52;
}
.BgClassName
{
background-color: #685C52;
}
</style>
border-color css
<style>
span { border-color: #685C52; }
span { border-color: rgb(104,92,82); }
td.TdClassName
{
border-color: #685C52;
}
.TagClassName
{
border-color: #685C52;
}
</style>