Shades of Zambezi #675D5D
Tints of Zambezi #675D5D
RGB
CMYK
RGB Variations
Color information
#675D5D (or 0x675D5D) is known color: Zambezi. HEX triplet: 67, 5D and 5D. RGB value is (103,93,93). Sum of RGB (Red+Green+Blue) = 103+93+93=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 103 - color contains mainly: red. Hex color #675D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D5D is #98A2A2. Grayscale: #606060. Windows color (decimal): -10003107 or 6118759. OLE color: 6118759.
HSL color Cylindrical-coordinate representation of color #675D5D: hue angle of 0º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #675D5D is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
RGB | 103 | 93 | 93 | - |
CMYK | 0 | 0.10 | 0.10 | 0.60 |
HSL | 0º | 0.05% | 0.38% | - |
HSV(B) | 0º | 0.1% | 0.4% | - |
XYZ | 11.48 | 11.5 | 11.97 | - |
YUV | 95.99 | 126.31 | 133 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 103 | 93 | 93 | 0 | 0.10 | 0.10 | 0.60 | 0 | 0.05 | 0.38 |
Hex | 67 | 5D | 5D | 0 | A | A | 3C | 0 | 5 | 26 |
Octal | 147 | 135 | 135 | 0 | 12 | 12 | 74 | 0 | 5 | 46 |
Binary | 1100111 | 1011101 | 1011101 | 0 | 1010 | 1010 | 111100 | 0 | 101 | 100110 |
Color Harmonies of #675D5D
Complementary color
Monochromatic Colors of #675D5D
Black with #675D5D
Text Example
Text Example
White with #675D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D5D; }
p { color: rgb(103,93,93); }
H1.HeaderClassName
{
color: #675D5D;
}
.AnyTagClassName
{
color: #675D5D;
}
</style>
background-color css
<style>
a { background-color: #675D5D; }
a { background-color: rgb(103,93,93); }
div.DivClassName
{
background-color: #675D5D;
}
.BgClassName
{
background-color: #675D5D;
}
</style>
border-color css
<style>
span { border-color: #675D5D; }
span { border-color: rgb(103,93,93); }
td.TdClassName
{
border-color: #675D5D;
}
.TagClassName
{
border-color: #675D5D;
}
</style>