Shades of Zambezi #695C5A
Tints of Zambezi #695C5A
RGB
CMYK
RGB Variations
Color information
#695C5A (or 0x695C5A) is known color: Zambezi. HEX triplet: 69, 5C and 5A. RGB value is (105,92,90). Sum of RGB (Red+Green+Blue) = 105+92+90=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 105 - color contains mainly: red. Hex color #695C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C5A is #96A3A5. Grayscale: #5F5F5F. Windows color (decimal): -9872294 or 5921897. OLE color: 5921897.
HSL color Cylindrical-coordinate representation of color #695C5A: hue angle of 8º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #695C5A is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 92 | 90 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.59 |
| HSL | 8º | 0.08% | 0.38% | - |
| HSV(B) | 8º | 0.14% | 0.41% | - |
| XYZ | 11.5 | 11.4 | 11.27 | - |
| YUV | 95.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 90 | 0 | 0.12 | 0.14 | 0.59 | 8 | 0.08 | 0.38 |
| Hex | 69 | 5C | 5A | 0 | C | E | 3B | 8 | 8 | 26 |
| Octal | 151 | 134 | 132 | 0 | 14 | 16 | 73 | 10 | 10 | 46 |
| Binary | 1101001 | 1011100 | 1011010 | 0 | 1100 | 1110 | 111011 | 1000 | 1000 | 100110 |
Color Harmonies of #695C5A
Complementary color
Monochromatic Colors of #695C5A
Black with #695C5A
Text Example
Text Example
White with #695C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695C5A; }
p { color: rgb(105,92,90); }
H1.HeaderClassName
{
color: #695C5A;
}
.AnyTagClassName
{
color: #695C5A;
}
</style>
background-color css
<style>
a { background-color: #695C5A; }
a { background-color: rgb(105,92,90); }
div.DivClassName
{
background-color: #695C5A;
}
.BgClassName
{
background-color: #695C5A;
}
</style>
border-color css
<style>
span { border-color: #695C5A; }
span { border-color: rgb(105,92,90); }
td.TdClassName
{
border-color: #695C5A;
}
.TagClassName
{
border-color: #695C5A;
}
</style>