Shades of Zambezi #6B5F5E
Tints of Zambezi #6B5F5E
RGB
CMYK
RGB Variations
Color information
#6B5F5E (or 0x6B5F5E) is known color: Zambezi. HEX triplet: 6B, 5F and 5E. RGB value is (107,95,94). Sum of RGB (Red+Green+Blue) = 107+95+94=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5F5E is #94A0A1. Grayscale: #626262. Windows color (decimal): -9740450 or 6184811. OLE color: 6184811.
HSL color Cylindrical-coordinate representation of color #6B5F5E: hue angle of 4.62º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B5F5E is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 95 | 94 | - |
CMYK | 0 | 0.11 | 0.12 | 0.58 |
HSL | 4.62º | 0.06% | 0.39% | - |
HSV(B) | 4.62º | 0.12% | 0.42% | - |
XYZ | 12.18 | 12.12 | 12.29 | - |
YUV | 98.47 | 125.48 | 134.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 95 | 94 | 0 | 0.11 | 0.12 | 0.58 | 4.62 | 0.06 | 0.39 |
Hex | 6B | 5F | 5E | 0 | B | C | 3A | 5 | 6 | 27 |
Octal | 153 | 137 | 136 | 0 | 13 | 14 | 72 | 5 | 6 | 47 |
Binary | 1101011 | 1011111 | 1011110 | 0 | 1011 | 1100 | 111010 | 101 | 110 | 100111 |
Color Harmonies of #6B5F5E
Complementary color
Monochromatic Colors of #6B5F5E
Black with #6B5F5E
Text Example
Text Example
White with #6B5F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F5E; }
p { color: rgb(107,95,94); }
H1.HeaderClassName
{
color: #6B5F5E;
}
.AnyTagClassName
{
color: #6B5F5E;
}
</style>
background-color css
<style>
a { background-color: #6B5F5E; }
a { background-color: rgb(107,95,94); }
div.DivClassName
{
background-color: #6B5F5E;
}
.BgClassName
{
background-color: #6B5F5E;
}
</style>
border-color css
<style>
span { border-color: #6B5F5E; }
span { border-color: rgb(107,95,94); }
td.TdClassName
{
border-color: #6B5F5E;
}
.TagClassName
{
border-color: #6B5F5E;
}
</style>