Shades of Zambezi #736161
Tints of Zambezi #736161
RGB
CMYK
RGB Variations
Color information
#736161 (or 0x736161) is known color: Zambezi. HEX triplet: 73, 61 and 61. RGB value is (115,97,97). Sum of RGB (Red+Green+Blue) = 115+97+97=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #736161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736161 is #8C9E9E. Grayscale: #666666. Windows color (decimal): -9215647 or 6381939. OLE color: 6381939.
HSL color Cylindrical-coordinate representation of color #736161: hue angle of 0º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #736161 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 97 | 97 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.55 |
| HSL | 0º | 0.08% | 0.42% | - |
| HSV(B) | 0º | 0.16% | 0.45% | - |
| XYZ | 13.5 | 13.06 | 13.12 | - |
| YUV | 102.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 97 | 97 | 0 | 0.16 | 0.16 | 0.55 | 0 | 0.08 | 0.42 |
| Hex | 73 | 61 | 61 | 0 | 10 | 10 | 37 | 0 | 8 | 2A |
| Octal | 163 | 141 | 141 | 0 | 20 | 20 | 67 | 0 | 10 | 52 |
| Binary | 1110011 | 1100001 | 1100001 | 0 | 10000 | 10000 | 110111 | 0 | 1000 | 101010 |
Color Harmonies of #736161
Complementary color
Monochromatic Colors of #736161
Black with #736161
Text Example
Text Example
White with #736161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736161; }
p { color: rgb(115,97,97); }
H1.HeaderClassName
{
color: #736161;
}
.AnyTagClassName
{
color: #736161;
}
</style>
background-color css
<style>
a { background-color: #736161; }
a { background-color: rgb(115,97,97); }
div.DivClassName
{
background-color: #736161;
}
.BgClassName
{
background-color: #736161;
}
</style>
border-color css
<style>
span { border-color: #736161; }
span { border-color: rgb(115,97,97); }
td.TdClassName
{
border-color: #736161;
}
.TagClassName
{
border-color: #736161;
}
</style>