Shades of Zambezi #675E5E
Tints of Zambezi #675E5E
RGB
CMYK
RGB Variations
Color information
#675E5E (or 0x675E5E) is known color: Zambezi. HEX triplet: 67, 5E and 5E. RGB value is (103,94,94). Sum of RGB (Red+Green+Blue) = 103+94+94=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 103 - color contains mainly: red. Hex color #675E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675E5E is #98A1A1. Grayscale: #606060. Windows color (decimal): -10002850 or 6184551. OLE color: 6184551.
HSL color Cylindrical-coordinate representation of color #675E5E: hue angle of 0º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #675E5E is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
RGB | 103 | 94 | 94 | - |
CMYK | 0 | 0.09 | 0.09 | 0.60 |
HSL | 0º | 0.05% | 0.39% | - |
HSV(B) | 0º | 0.09% | 0.4% | - |
XYZ | 11.62 | 11.7 | 12.24 | - |
YUV | 96.69 | 126.48 | 132.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 103 | 94 | 94 | 0 | 0.09 | 0.09 | 0.60 | 0 | 0.05 | 0.39 |
Hex | 67 | 5E | 5E | 0 | 9 | 9 | 3C | 0 | 5 | 27 |
Octal | 147 | 136 | 136 | 0 | 11 | 11 | 74 | 0 | 5 | 47 |
Binary | 1100111 | 1011110 | 1011110 | 0 | 1001 | 1001 | 111100 | 0 | 101 | 100111 |
Color Harmonies of #675E5E
Complementary color
Monochromatic Colors of #675E5E
Black with #675E5E
Text Example
Text Example
White with #675E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675E5E; }
p { color: rgb(103,94,94); }
H1.HeaderClassName
{
color: #675E5E;
}
.AnyTagClassName
{
color: #675E5E;
}
</style>
background-color css
<style>
a { background-color: #675E5E; }
a { background-color: rgb(103,94,94); }
div.DivClassName
{
background-color: #675E5E;
}
.BgClassName
{
background-color: #675E5E;
}
</style>
border-color css
<style>
span { border-color: #675E5E; }
span { border-color: rgb(103,94,94); }
td.TdClassName
{
border-color: #675E5E;
}
.TagClassName
{
border-color: #675E5E;
}
</style>