Shades of Zambezi #696161
Tints of Zambezi #696161
RGB
CMYK
RGB Variations
Color information
#696161 (or 0x696161) is known color: Zambezi. HEX triplet: 69, 61 and 61. RGB value is (105,97,97). Sum of RGB (Red+Green+Blue) = 105+97+97=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 105 - color contains mainly: red. Hex color #696161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696161 is #969E9E. Grayscale: #636363. Windows color (decimal): -9871007 or 6381929. OLE color: 6381929.
HSL color Cylindrical-coordinate representation of color #696161: hue angle of 0º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #696161 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 97 | 97 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.59 |
| HSL | 0º | 0.04% | 0.4% | - |
| HSV(B) | 0º | 0.08% | 0.41% | - |
| XYZ | 12.26 | 12.42 | 13.06 | - |
| YUV | 99.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 97 | 0 | 0.08 | 0.08 | 0.59 | 0 | 0.04 | 0.4 |
| Hex | 69 | 61 | 61 | 0 | 8 | 8 | 3B | 0 | 4 | 28 |
| Octal | 151 | 141 | 141 | 0 | 10 | 10 | 73 | 0 | 4 | 50 |
| Binary | 1101001 | 1100001 | 1100001 | 0 | 1000 | 1000 | 111011 | 0 | 100 | 101000 |
Color Harmonies of #696161
Complementary color
Monochromatic Colors of #696161
Black with #696161
Text Example
Text Example
White with #696161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696161; }
p { color: rgb(105,97,97); }
H1.HeaderClassName
{
color: #696161;
}
.AnyTagClassName
{
color: #696161;
}
</style>
background-color css
<style>
a { background-color: #696161; }
a { background-color: rgb(105,97,97); }
div.DivClassName
{
background-color: #696161;
}
.BgClassName
{
background-color: #696161;
}
</style>
border-color css
<style>
span { border-color: #696161; }
span { border-color: rgb(105,97,97); }
td.TdClassName
{
border-color: #696161;
}
.TagClassName
{
border-color: #696161;
}
</style>