Shades of Kabul #695D55
Tints of Kabul #695D55
RGB
CMYK
RGB Variations
Color information
#695D55 (or 0x695D55) is known color: Kabul. HEX triplet: 69, 5D and 55. RGB value is (105,93,85). Sum of RGB (Red+Green+Blue) = 105+93+85=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 105 - color contains mainly: red. Hex color #695D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D55 is #96A2AA. Grayscale: #5F5F5F. Windows color (decimal): -9872043 or 5594473. OLE color: 5594473.
HSL color Cylindrical-coordinate representation of color #695D55: hue angle of 24º 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 #695D55 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 93 | 85 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.59 |
| HSL | 24º | 0.11% | 0.37% | - |
| HSV(B) | 24º | 0.19% | 0.41% | - |
| XYZ | 11.38 | 11.49 | 10.21 | - |
| YUV | 95.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 85 | 0 | 0.11 | 0.19 | 0.59 | 24 | 0.11 | 0.37 |
| Hex | 69 | 5D | 55 | 0 | B | 13 | 3B | 18 | B | 25 |
| Octal | 151 | 135 | 125 | 0 | 13 | 23 | 73 | 30 | 13 | 45 |
| Binary | 1101001 | 1011101 | 1010101 | 0 | 1011 | 10011 | 111011 | 11000 | 1011 | 100101 |
Color Harmonies of #695D55
Complementary color
Monochromatic Colors of #695D55
Black with #695D55
Text Example
Text Example
White with #695D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D55; }
p { color: rgb(105,93,85); }
H1.HeaderClassName
{
color: #695D55;
}
.AnyTagClassName
{
color: #695D55;
}
</style>
background-color css
<style>
a { background-color: #695D55; }
a { background-color: rgb(105,93,85); }
div.DivClassName
{
background-color: #695D55;
}
.BgClassName
{
background-color: #695D55;
}
</style>
border-color css
<style>
span { border-color: #695D55; }
span { border-color: rgb(105,93,85); }
td.TdClassName
{
border-color: #695D55;
}
.TagClassName
{
border-color: #695D55;
}
</style>