Shades of Zambezi #6B5F5D
Tints of Zambezi #6B5F5D
RGB
CMYK
RGB Variations
Color information
#6B5F5D (or 0x6B5F5D) is known color: Zambezi. HEX triplet: 6B, 5F and 5D. RGB value is (107,95,93). Sum of RGB (Red+Green+Blue) = 107+95+93=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5F5D is #94A0A2. Grayscale: #626262. Windows color (decimal): -9740451 or 6119275. OLE color: 6119275.
HSL color Cylindrical-coordinate representation of color #6B5F5D: hue angle of 8.57º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6B5F5D is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 93 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.58 |
| HSL | 8.57º | 0.07% | 0.39% | - |
| HSV(B) | 8.57º | 0.13% | 0.42% | - |
| XYZ | 12.13 | 12.1 | 12.05 | - |
| YUV | 98.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 93 | 0 | 0.11 | 0.13 | 0.58 | 8.57 | 0.07 | 0.39 |
| Hex | 6B | 5F | 5D | 0 | B | D | 3A | 9 | 7 | 27 |
| Octal | 153 | 137 | 135 | 0 | 13 | 15 | 72 | 11 | 7 | 47 |
| Binary | 1101011 | 1011111 | 1011101 | 0 | 1011 | 1101 | 111010 | 1001 | 111 | 100111 |
Color Harmonies of #6B5F5D
Complementary color
Monochromatic Colors of #6B5F5D
Black with #6B5F5D
Text Example
Text Example
White with #6B5F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F5D; }
p { color: rgb(107,95,93); }
H1.HeaderClassName
{
color: #6B5F5D;
}
.AnyTagClassName
{
color: #6B5F5D;
}
</style>
background-color css
<style>
a { background-color: #6B5F5D; }
a { background-color: rgb(107,95,93); }
div.DivClassName
{
background-color: #6B5F5D;
}
.BgClassName
{
background-color: #6B5F5D;
}
</style>
border-color css
<style>
span { border-color: #6B5F5D; }
span { border-color: rgb(107,95,93); }
td.TdClassName
{
border-color: #6B5F5D;
}
.TagClassName
{
border-color: #6B5F5D;
}
</style>