Shades of Zambezi #675F5F
Tints of Zambezi #675F5F
RGB
CMYK
RGB Variations
Color information
#675F5F (or 0x675F5F) is known color: Zambezi. HEX triplet: 67, 5F and 5F. RGB value is (103,95,95). Sum of RGB (Red+Green+Blue) = 103+95+95=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 103 - color contains mainly: red. Hex color #675F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F5F is #98A0A0. Grayscale: #616161. Windows color (decimal): -10002593 or 6250343. OLE color: 6250343.
HSL color Cylindrical-coordinate representation of color #675F5F: hue angle of 0º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #675F5F is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 95 | 95 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.60 |
| HSL | 0º | 0.04% | 0.39% | - |
| HSV(B) | 0º | 0.08% | 0.4% | - |
| XYZ | 11.75 | 11.89 | 12.5 | - |
| YUV | 97.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 95 | 0 | 0.08 | 0.08 | 0.60 | 0 | 0.04 | 0.39 |
| Hex | 67 | 5F | 5F | 0 | 8 | 8 | 3C | 0 | 4 | 27 |
| Octal | 147 | 137 | 137 | 0 | 10 | 10 | 74 | 0 | 4 | 47 |
| Binary | 1100111 | 1011111 | 1011111 | 0 | 1000 | 1000 | 111100 | 0 | 100 | 100111 |
Color Harmonies of #675F5F
Complementary color
Monochromatic Colors of #675F5F
Black with #675F5F
Text Example
Text Example
White with #675F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675F5F; }
p { color: rgb(103,95,95); }
H1.HeaderClassName
{
color: #675F5F;
}
.AnyTagClassName
{
color: #675F5F;
}
</style>
background-color css
<style>
a { background-color: #675F5F; }
a { background-color: rgb(103,95,95); }
div.DivClassName
{
background-color: #675F5F;
}
.BgClassName
{
background-color: #675F5F;
}
</style>
border-color css
<style>
span { border-color: #675F5F; }
span { border-color: rgb(103,95,95); }
td.TdClassName
{
border-color: #675F5F;
}
.TagClassName
{
border-color: #675F5F;
}
</style>