Shades of Kabul #685F58
Tints of Kabul #685F58
RGB
CMYK
RGB Variations
Color information
#685F58 (or 0x685F58) is known color: Kabul. HEX triplet: 68, 5F and 58. RGB value is (104,95,88). Sum of RGB (Red+Green+Blue) = 104+95+88=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #685F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F58 is #97A0A7. Grayscale: #606060. Windows color (decimal): -9937064 or 5791592. OLE color: 5791592.
HSL color Cylindrical-coordinate representation of color #685F58: hue angle of 26.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #685F58 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 95 | 88 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.59 |
| HSL | 26.25º | 0.08% | 0.38% | - |
| HSV(B) | 26.25º | 0.15% | 0.41% | - |
| XYZ | 11.56 | 11.83 | 10.91 | - |
| YUV | 96.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 88 | 0 | 0.09 | 0.15 | 0.59 | 26.25 | 0.08 | 0.38 |
| Hex | 68 | 5F | 58 | 0 | 9 | F | 3B | 1A | 8 | 26 |
| Octal | 150 | 137 | 130 | 0 | 11 | 17 | 73 | 32 | 10 | 46 |
| Binary | 1101000 | 1011111 | 1011000 | 0 | 1001 | 1111 | 111011 | 11010 | 1000 | 100110 |
Color Harmonies of #685F58
Complementary color
Monochromatic Colors of #685F58
Black with #685F58
Text Example
Text Example
White with #685F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685F58; }
p { color: rgb(104,95,88); }
H1.HeaderClassName
{
color: #685F58;
}
.AnyTagClassName
{
color: #685F58;
}
</style>
background-color css
<style>
a { background-color: #685F58; }
a { background-color: rgb(104,95,88); }
div.DivClassName
{
background-color: #685F58;
}
.BgClassName
{
background-color: #685F58;
}
</style>
border-color css
<style>
span { border-color: #685F58; }
span { border-color: rgb(104,95,88); }
td.TdClassName
{
border-color: #685F58;
}
.TagClassName
{
border-color: #685F58;
}
</style>