Shades of Kabul #695E56
Tints of Kabul #695E56
RGB
CMYK
RGB Variations
Color information
#695E56 (or 0x695E56) is known color: Kabul. HEX triplet: 69, 5E and 56. RGB value is (105,94,86). Sum of RGB (Red+Green+Blue) = 105+94+86=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #695E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E56 is #96A1A9. Grayscale: #606060. Windows color (decimal): -9871786 or 5660265. OLE color: 5660265.
HSL color Cylindrical-coordinate representation of color #695E56: hue angle of 25.26º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #695E56 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 94 | 86 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.59 |
| HSL | 25.26º | 0.1% | 0.37% | - |
| HSV(B) | 25.26º | 0.18% | 0.41% | - |
| XYZ | 11.51 | 11.68 | 10.45 | - |
| YUV | 96.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 94 | 86 | 0 | 0.10 | 0.18 | 0.59 | 25.26 | 0.1 | 0.37 |
| Hex | 69 | 5E | 56 | 0 | A | 12 | 3B | 19 | A | 25 |
| Octal | 151 | 136 | 126 | 0 | 12 | 22 | 73 | 31 | 12 | 45 |
| Binary | 1101001 | 1011110 | 1010110 | 0 | 1010 | 10010 | 111011 | 11001 | 1010 | 100101 |
Color Harmonies of #695E56
Complementary color
Monochromatic Colors of #695E56
Black with #695E56
Text Example
Text Example
White with #695E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695E56; }
p { color: rgb(105,94,86); }
H1.HeaderClassName
{
color: #695E56;
}
.AnyTagClassName
{
color: #695E56;
}
</style>
background-color css
<style>
a { background-color: #695E56; }
a { background-color: rgb(105,94,86); }
div.DivClassName
{
background-color: #695E56;
}
.BgClassName
{
background-color: #695E56;
}
</style>
border-color css
<style>
span { border-color: #695E56; }
span { border-color: rgb(105,94,86); }
td.TdClassName
{
border-color: #695E56;
}
.TagClassName
{
border-color: #695E56;
}
</style>