Shades of Kabul #695B52
Tints of Kabul #695B52
RGB
CMYK
RGB Variations
Color information
#695B52 (or 0x695B52) is known color: Kabul. HEX triplet: 69, 5B and 52. RGB value is (105,91,82). Sum of RGB (Red+Green+Blue) = 105+91+82=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 105 - color contains mainly: red. Hex color #695B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B52 is #96A4AD. Grayscale: #5E5E5E. Windows color (decimal): -9872558 or 5397353. OLE color: 5397353.
HSL color Cylindrical-coordinate representation of color #695B52: hue angle of 23.48º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #695B52 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 91 | 82 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.59 |
| HSL | 23.48º | 0.12% | 0.37% | - |
| HSV(B) | 23.48º | 0.22% | 0.41% | - |
| XYZ | 11.09 | 11.09 | 9.54 | - |
| YUV | 94.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 82 | 0 | 0.13 | 0.22 | 0.59 | 23.48 | 0.12 | 0.37 |
| Hex | 69 | 5B | 52 | 0 | D | 16 | 3B | 17 | C | 25 |
| Octal | 151 | 133 | 122 | 0 | 15 | 26 | 73 | 27 | 14 | 45 |
| Binary | 1101001 | 1011011 | 1010010 | 0 | 1101 | 10110 | 111011 | 10111 | 1100 | 100101 |
Color Harmonies of #695B52
Complementary color
Monochromatic Colors of #695B52
Black with #695B52
Text Example
Text Example
White with #695B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695B52; }
p { color: rgb(105,91,82); }
H1.HeaderClassName
{
color: #695B52;
}
.AnyTagClassName
{
color: #695B52;
}
</style>
background-color css
<style>
a { background-color: #695B52; }
a { background-color: rgb(105,91,82); }
div.DivClassName
{
background-color: #695B52;
}
.BgClassName
{
background-color: #695B52;
}
</style>
border-color css
<style>
span { border-color: #695B52; }
span { border-color: rgb(105,91,82); }
td.TdClassName
{
border-color: #695B52;
}
.TagClassName
{
border-color: #695B52;
}
</style>