Shades of Zambezi #695A58
Tints of Zambezi #695A58
RGB
CMYK
RGB Variations
Color information
#695A58 (or 0x695A58) is known color: Zambezi. HEX triplet: 69, 5A and 58. RGB value is (105,90,88). Sum of RGB (Red+Green+Blue) = 105+90+88=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 105 - color contains mainly: red. Hex color #695A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A58 is #96A5A7. Grayscale: #5E5E5E. Windows color (decimal): -9872808 or 5790313. OLE color: 5790313.
HSL color Cylindrical-coordinate representation of color #695A58: hue angle of 7.06º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #695A58 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 90 | 88 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.59 |
| HSL | 7.06º | 0.09% | 0.38% | - |
| HSV(B) | 7.06º | 0.16% | 0.41% | - |
| XYZ | 11.24 | 11.02 | 10.77 | - |
| YUV | 94.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 88 | 0 | 0.14 | 0.16 | 0.59 | 7.06 | 0.09 | 0.38 |
| Hex | 69 | 5A | 58 | 0 | E | 10 | 3B | 7 | 9 | 26 |
| Octal | 151 | 132 | 130 | 0 | 16 | 20 | 73 | 7 | 11 | 46 |
| Binary | 1101001 | 1011010 | 1011000 | 0 | 1110 | 10000 | 111011 | 111 | 1001 | 100110 |
Color Harmonies of #695A58
Complementary color
Monochromatic Colors of #695A58
Black with #695A58
Text Example
Text Example
White with #695A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695A58; }
p { color: rgb(105,90,88); }
H1.HeaderClassName
{
color: #695A58;
}
.AnyTagClassName
{
color: #695A58;
}
</style>
background-color css
<style>
a { background-color: #695A58; }
a { background-color: rgb(105,90,88); }
div.DivClassName
{
background-color: #695A58;
}
.BgClassName
{
background-color: #695A58;
}
</style>
border-color css
<style>
span { border-color: #695A58; }
span { border-color: rgb(105,90,88); }
td.TdClassName
{
border-color: #695A58;
}
.TagClassName
{
border-color: #695A58;
}
</style>