Shades of Zambezi #6F605F
Tints of Zambezi #6F605F
RGB
CMYK
RGB Variations
Color information
#6F605F (or 0x6F605F) is known color: Zambezi. HEX triplet: 6F, 60 and 5F. RGB value is (111,96,95). Sum of RGB (Red+Green+Blue) = 111+96+95=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F605F is #909FA0. Grayscale: #646464. Windows color (decimal): -9478049 or 6250607. OLE color: 6250607.
HSL color Cylindrical-coordinate representation of color #6F605F: hue angle of 3.75º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F605F is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 95 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.56 |
| HSL | 3.75º | 0.08% | 0.4% | - |
| HSV(B) | 3.75º | 0.14% | 0.44% | - |
| XYZ | 12.8 | 12.57 | 12.58 | - |
| YUV | 100.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 95 | 0 | 0.14 | 0.14 | 0.56 | 3.75 | 0.08 | 0.4 |
| Hex | 6F | 60 | 5F | 0 | E | E | 38 | 4 | 8 | 28 |
| Octal | 157 | 140 | 137 | 0 | 16 | 16 | 70 | 4 | 10 | 50 |
| Binary | 1101111 | 1100000 | 1011111 | 0 | 1110 | 1110 | 111000 | 100 | 1000 | 101000 |
Color Harmonies of #6F605F
Complementary color
Monochromatic Colors of #6F605F
Black with #6F605F
Text Example
Text Example
White with #6F605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F605F; }
p { color: rgb(111,96,95); }
H1.HeaderClassName
{
color: #6F605F;
}
.AnyTagClassName
{
color: #6F605F;
}
</style>
background-color css
<style>
a { background-color: #6F605F; }
a { background-color: rgb(111,96,95); }
div.DivClassName
{
background-color: #6F605F;
}
.BgClassName
{
background-color: #6F605F;
}
</style>
border-color css
<style>
span { border-color: #6F605F; }
span { border-color: rgb(111,96,95); }
td.TdClassName
{
border-color: #6F605F;
}
.TagClassName
{
border-color: #6F605F;
}
</style>