Shades of Zambezi #675B59
Tints of Zambezi #675B59
RGB
CMYK
RGB Variations
Color information
#675B59 (or 0x675B59) is known color: Zambezi. HEX triplet: 67, 5B and 59. RGB value is (103,91,89). Sum of RGB (Red+Green+Blue) = 103+91+89=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 103 - color contains mainly: red. Hex color #675B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675B59 is #98A4A6. Grayscale: #5E5E5E. Windows color (decimal): -10003623 or 5856103. OLE color: 5856103.
HSL color Cylindrical-coordinate representation of color #675B59: hue angle of 8.57º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #675B59 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 91 | 89 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.60 |
| HSL | 8.57º | 0.07% | 0.38% | - |
| HSV(B) | 8.57º | 0.14% | 0.4% | - |
| XYZ | 11.14 | 11.09 | 11 | - |
| YUV | 94.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 89 | 0 | 0.12 | 0.14 | 0.60 | 8.57 | 0.07 | 0.38 |
| Hex | 67 | 5B | 59 | 0 | C | E | 3C | 9 | 7 | 26 |
| Octal | 147 | 133 | 131 | 0 | 14 | 16 | 74 | 11 | 7 | 46 |
| Binary | 1100111 | 1011011 | 1011001 | 0 | 1100 | 1110 | 111100 | 1001 | 111 | 100110 |
Color Harmonies of #675B59
Complementary color
Monochromatic Colors of #675B59
Black with #675B59
Text Example
Text Example
White with #675B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B59; }
p { color: rgb(103,91,89); }
H1.HeaderClassName
{
color: #675B59;
}
.AnyTagClassName
{
color: #675B59;
}
</style>
background-color css
<style>
a { background-color: #675B59; }
a { background-color: rgb(103,91,89); }
div.DivClassName
{
background-color: #675B59;
}
.BgClassName
{
background-color: #675B59;
}
</style>
border-color css
<style>
span { border-color: #675B59; }
span { border-color: rgb(103,91,89); }
td.TdClassName
{
border-color: #675B59;
}
.TagClassName
{
border-color: #675B59;
}
</style>