Shades of Kabul #685C53
Tints of Kabul #685C53
RGB
CMYK
RGB Variations
Color information
#685C53 (or 0x685C53) is known color: Kabul. HEX triplet: 68, 5C and 53. RGB value is (104,92,83). Sum of RGB (Red+Green+Blue) = 104+92+83=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #685C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C53 is #97A3AC. Grayscale: #5E5E5E. Windows color (decimal): -9937837 or 5463144. OLE color: 5463144.
HSL color Cylindrical-coordinate representation of color #685C53: hue angle of 25.71º 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 #685C53 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 83 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.59 |
| HSL | 25.71º | 0.11% | 0.37% | - |
| HSV(B) | 25.71º | 0.2% | 0.41% | - |
| XYZ | 11.1 | 11.22 | 9.76 | - |
| YUV | 94.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 83 | 0 | 0.12 | 0.20 | 0.59 | 25.71 | 0.11 | 0.37 |
| Hex | 68 | 5C | 53 | 0 | C | 14 | 3B | 1A | B | 25 |
| Octal | 150 | 134 | 123 | 0 | 14 | 24 | 73 | 32 | 13 | 45 |
| Binary | 1101000 | 1011100 | 1010011 | 0 | 1100 | 10100 | 111011 | 11010 | 1011 | 100101 |
Color Harmonies of #685C53
Complementary color
Monochromatic Colors of #685C53
Black with #685C53
Text Example
Text Example
White with #685C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C53; }
p { color: rgb(104,92,83); }
H1.HeaderClassName
{
color: #685C53;
}
.AnyTagClassName
{
color: #685C53;
}
</style>
background-color css
<style>
a { background-color: #685C53; }
a { background-color: rgb(104,92,83); }
div.DivClassName
{
background-color: #685C53;
}
.BgClassName
{
background-color: #685C53;
}
</style>
border-color css
<style>
span { border-color: #685C53; }
span { border-color: rgb(104,92,83); }
td.TdClassName
{
border-color: #685C53;
}
.TagClassName
{
border-color: #685C53;
}
</style>