Shades of Zambezi #695D5B
Tints of Zambezi #695D5B
RGB
CMYK
RGB Variations
Color information
#695D5B (or 0x695D5B) is known color: Zambezi. HEX triplet: 69, 5D and 5B. RGB value is (105,93,91). Sum of RGB (Red+Green+Blue) = 105+93+91=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 105 - color contains mainly: red. Hex color #695D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D5B is #96A2A4. Grayscale: #606060. Windows color (decimal): -9872037 or 5987689. OLE color: 5987689.
HSL color Cylindrical-coordinate representation of color #695D5B: hue angle of 8.57º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #695D5B is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 93 | 91 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.59 |
| HSL | 8.57º | 0.07% | 0.38% | - |
| HSV(B) | 8.57º | 0.13% | 0.41% | - |
| XYZ | 11.63 | 11.59 | 11.52 | - |
| YUV | 96.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 91 | 0 | 0.11 | 0.13 | 0.59 | 8.57 | 0.07 | 0.38 |
| Hex | 69 | 5D | 5B | 0 | B | D | 3B | 9 | 7 | 26 |
| Octal | 151 | 135 | 133 | 0 | 13 | 15 | 73 | 11 | 7 | 46 |
| Binary | 1101001 | 1011101 | 1011011 | 0 | 1011 | 1101 | 111011 | 1001 | 111 | 100110 |
Color Harmonies of #695D5B
Complementary color
Monochromatic Colors of #695D5B
Black with #695D5B
Text Example
Text Example
White with #695D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D5B; }
p { color: rgb(105,93,91); }
H1.HeaderClassName
{
color: #695D5B;
}
.AnyTagClassName
{
color: #695D5B;
}
</style>
background-color css
<style>
a { background-color: #695D5B; }
a { background-color: rgb(105,93,91); }
div.DivClassName
{
background-color: #695D5B;
}
.BgClassName
{
background-color: #695D5B;
}
</style>
border-color css
<style>
span { border-color: #695D5B; }
span { border-color: rgb(105,93,91); }
td.TdClassName
{
border-color: #695D5B;
}
.TagClassName
{
border-color: #695D5B;
}
</style>