Shades of Kabul #685A51
Tints of Kabul #685A51
RGB
CMYK
RGB Variations
Color information
#685A51 (or 0x685A51) is known color: Kabul. HEX triplet: 68, 5A and 51. RGB value is (104,90,81). Sum of RGB (Red+Green+Blue) = 104+90+81=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #685A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A51 is #97A5AE. Grayscale: #5D5D5D. Windows color (decimal): -9938351 or 5331560. OLE color: 5331560.
HSL color Cylindrical-coordinate representation of color #685A51: hue angle of 23.48º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #685A51 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 81 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.59 |
| HSL | 23.48º | 0.12% | 0.36% | - |
| HSV(B) | 23.48º | 0.22% | 0.41% | - |
| XYZ | 10.85 | 10.85 | 9.31 | - |
| YUV | 93.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 81 | 0 | 0.13 | 0.22 | 0.59 | 23.48 | 0.12 | 0.36 |
| Hex | 68 | 5A | 51 | 0 | D | 16 | 3B | 17 | C | 24 |
| Octal | 150 | 132 | 121 | 0 | 15 | 26 | 73 | 27 | 14 | 44 |
| Binary | 1101000 | 1011010 | 1010001 | 0 | 1101 | 10110 | 111011 | 10111 | 1100 | 100100 |
Color Harmonies of #685A51
Complementary color
Monochromatic Colors of #685A51
Black with #685A51
Text Example
Text Example
White with #685A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A51; }
p { color: rgb(104,90,81); }
H1.HeaderClassName
{
color: #685A51;
}
.AnyTagClassName
{
color: #685A51;
}
</style>
background-color css
<style>
a { background-color: #685A51; }
a { background-color: rgb(104,90,81); }
div.DivClassName
{
background-color: #685A51;
}
.BgClassName
{
background-color: #685A51;
}
</style>
border-color css
<style>
span { border-color: #685A51; }
span { border-color: rgb(104,90,81); }
td.TdClassName
{
border-color: #685A51;
}
.TagClassName
{
border-color: #685A51;
}
</style>