Shades of Kabul #695E55
Tints of Kabul #695E55
RGB
CMYK
RGB Variations
Color information
#695E55 (or 0x695E55) is known color: Kabul. HEX triplet: 69, 5E and 55. RGB value is (105,94,85). Sum of RGB (Red+Green+Blue) = 105+94+85=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 105 - color contains mainly: red. Hex color #695E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E55 is #96A1AA. Grayscale: #606060. Windows color (decimal): -9871787 or 5594729. OLE color: 5594729.
HSL color Cylindrical-coordinate representation of color #695E55: hue angle of 27º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #695E55 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 94 | 85 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.59 |
| HSL | 27º | 0.11% | 0.37% | - |
| HSV(B) | 27º | 0.19% | 0.41% | - |
| XYZ | 11.47 | 11.66 | 10.24 | - |
| YUV | 96.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 94 | 85 | 0 | 0.10 | 0.19 | 0.59 | 27 | 0.11 | 0.37 |
| Hex | 69 | 5E | 55 | 0 | A | 13 | 3B | 1B | B | 25 |
| Octal | 151 | 136 | 125 | 0 | 12 | 23 | 73 | 33 | 13 | 45 |
| Binary | 1101001 | 1011110 | 1010101 | 0 | 1010 | 10011 | 111011 | 11011 | 1011 | 100101 |
Color Harmonies of #695E55
Complementary color
Monochromatic Colors of #695E55
Black with #695E55
Text Example
Text Example
White with #695E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695E55; }
p { color: rgb(105,94,85); }
H1.HeaderClassName
{
color: #695E55;
}
.AnyTagClassName
{
color: #695E55;
}
</style>
background-color css
<style>
a { background-color: #695E55; }
a { background-color: rgb(105,94,85); }
div.DivClassName
{
background-color: #695E55;
}
.BgClassName
{
background-color: #695E55;
}
</style>
border-color css
<style>
span { border-color: #695E55; }
span { border-color: rgb(105,94,85); }
td.TdClassName
{
border-color: #695E55;
}
.TagClassName
{
border-color: #695E55;
}
</style>