Shades of Zambezi #6F6161
Tints of Zambezi #6F6161
RGB
CMYK
RGB Variations
Color information
#6F6161 (or 0x6F6161) is known color: Zambezi. HEX triplet: 6F, 61 and 61. RGB value is (111,97,97). Sum of RGB (Red+Green+Blue) = 111+97+97=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6161 is #909E9E. Grayscale: #656565. Windows color (decimal): -9477791 or 6381935. OLE color: 6381935.
HSL color Cylindrical-coordinate representation of color #6F6161: hue angle of 0º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F6161 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 97 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.56 |
| HSL | 0º | 0.07% | 0.41% | - |
| HSV(B) | 0º | 0.13% | 0.44% | - |
| XYZ | 12.99 | 12.79 | 13.09 | - |
| YUV | 101.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 97 | 0 | 0.13 | 0.13 | 0.56 | 0 | 0.07 | 0.41 |
| Hex | 6F | 61 | 61 | 0 | D | D | 38 | 0 | 7 | 29 |
| Octal | 157 | 141 | 141 | 0 | 15 | 15 | 70 | 0 | 7 | 51 |
| Binary | 1101111 | 1100001 | 1100001 | 0 | 1101 | 1101 | 111000 | 0 | 111 | 101001 |
Color Harmonies of #6F6161
Complementary color
Monochromatic Colors of #6F6161
Black with #6F6161
Text Example
Text Example
White with #6F6161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6161; }
p { color: rgb(111,97,97); }
H1.HeaderClassName
{
color: #6F6161;
}
.AnyTagClassName
{
color: #6F6161;
}
</style>
background-color css
<style>
a { background-color: #6F6161; }
a { background-color: rgb(111,97,97); }
div.DivClassName
{
background-color: #6F6161;
}
.BgClassName
{
background-color: #6F6161;
}
</style>
border-color css
<style>
span { border-color: #6F6161; }
span { border-color: rgb(111,97,97); }
td.TdClassName
{
border-color: #6F6161;
}
.TagClassName
{
border-color: #6F6161;
}
</style>