Shades of Zambezi #695C59
Tints of Zambezi #695C59
RGB
CMYK
RGB Variations
Color information
#695C59 (or 0x695C59) is known color: Zambezi. HEX triplet: 69, 5C and 59. RGB value is (105,92,89). Sum of RGB (Red+Green+Blue) = 105+92+89=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #695C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C59 is #96A3A6. Grayscale: #5F5F5F. Windows color (decimal): -9872295 or 5856361. OLE color: 5856361.
HSL color Cylindrical-coordinate representation of color #695C59: hue angle of 11.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #695C59 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 92 | 89 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.59 |
| HSL | 11.25º | 0.08% | 0.38% | - |
| HSV(B) | 11.25º | 0.15% | 0.41% | - |
| XYZ | 11.46 | 11.38 | 11.04 | - |
| YUV | 95.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 89 | 0 | 0.12 | 0.15 | 0.59 | 11.25 | 0.08 | 0.38 |
| Hex | 69 | 5C | 59 | 0 | C | F | 3B | B | 8 | 26 |
| Octal | 151 | 134 | 131 | 0 | 14 | 17 | 73 | 13 | 10 | 46 |
| Binary | 1101001 | 1011100 | 1011001 | 0 | 1100 | 1111 | 111011 | 1011 | 1000 | 100110 |
Color Harmonies of #695C59
Complementary color
Monochromatic Colors of #695C59
Black with #695C59
Text Example
Text Example
White with #695C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695C59; }
p { color: rgb(105,92,89); }
H1.HeaderClassName
{
color: #695C59;
}
.AnyTagClassName
{
color: #695C59;
}
</style>
background-color css
<style>
a { background-color: #695C59; }
a { background-color: rgb(105,92,89); }
div.DivClassName
{
background-color: #695C59;
}
.BgClassName
{
background-color: #695C59;
}
</style>
border-color css
<style>
span { border-color: #695C59; }
span { border-color: rgb(105,92,89); }
td.TdClassName
{
border-color: #695C59;
}
.TagClassName
{
border-color: #695C59;
}
</style>