Shades of Zambezi #6B5E5D
Tints of Zambezi #6B5E5D
RGB
CMYK
RGB Variations
Color information
#6B5E5D (or 0x6B5E5D) is known color: Zambezi. HEX triplet: 6B, 5E and 5D. RGB value is (107,94,93). Sum of RGB (Red+Green+Blue) = 107+94+93=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5E5D is #94A1A2. Grayscale: #616161. Windows color (decimal): -9740707 or 6119019. OLE color: 6119019.
HSL color Cylindrical-coordinate representation of color #6B5E5D: hue angle of 4.29º 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 #6B5E5D is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 94 | 93 | - |
CMYK | 0 | 0.12 | 0.13 | 0.58 |
HSL | 4.29º | 0.07% | 0.39% | - |
HSV(B) | 4.29º | 0.13% | 0.42% | - |
XYZ | 12.04 | 11.92 | 12.02 | - |
YUV | 97.77 | 125.31 | 134.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 94 | 93 | 0 | 0.12 | 0.13 | 0.58 | 4.29 | 0.07 | 0.39 |
Hex | 6B | 5E | 5D | 0 | C | D | 3A | 4 | 7 | 27 |
Octal | 153 | 136 | 135 | 0 | 14 | 15 | 72 | 4 | 7 | 47 |
Binary | 1101011 | 1011110 | 1011101 | 0 | 1100 | 1101 | 111010 | 100 | 111 | 100111 |
Color Harmonies of #6B5E5D
Complementary color
Monochromatic Colors of #6B5E5D
Black with #6B5E5D
Text Example
Text Example
White with #6B5E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5E5D; }
p { color: rgb(107,94,93); }
H1.HeaderClassName
{
color: #6B5E5D;
}
.AnyTagClassName
{
color: #6B5E5D;
}
</style>
background-color css
<style>
a { background-color: #6B5E5D; }
a { background-color: rgb(107,94,93); }
div.DivClassName
{
background-color: #6B5E5D;
}
.BgClassName
{
background-color: #6B5E5D;
}
</style>
border-color css
<style>
span { border-color: #6B5E5D; }
span { border-color: rgb(107,94,93); }
td.TdClassName
{
border-color: #6B5E5D;
}
.TagClassName
{
border-color: #6B5E5D;
}
</style>