Shades of Mocha #693A2D
Tints of Mocha #693A2D
RGB
CMYK
RGB Variations
Color information
#693A2D (or 0x693A2D) is known color: Mocha. HEX triplet: 69, 3A and 2D. RGB value is (105,58,45). Sum of RGB (Red+Green+Blue) = 105+58+45=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #693A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A2D is #96C5D2. Grayscale: #464646. Windows color (decimal): -9881043 or 2964073. OLE color: 2964073.
HSL color Cylindrical-coordinate representation of color #693A2D: hue angle of 13º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #693A2D is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 58 | 45 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.59 |
| HSL | 13º | 0.4% | 0.29% | - |
| HSV(B) | 13º | 0.57% | 0.41% | - |
| XYZ | 7.81 | 6.22 | 3.27 | - |
| YUV | 70.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 45 | 0 | 0.45 | 0.57 | 0.59 | 13 | 0.4 | 0.29 |
| Hex | 69 | 3A | 2D | 0 | 2D | 39 | 3B | D | 28 | 1D |
| Octal | 151 | 72 | 55 | 0 | 55 | 71 | 73 | 15 | 50 | 35 |
| Binary | 1101001 | 111010 | 101101 | 0 | 101101 | 111001 | 111011 | 1101 | 101000 | 11101 |
Color Harmonies of #693A2D
Complementary color
Monochromatic Colors of #693A2D
Black with #693A2D
Text Example
Text Example
White with #693A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693A2D; }
p { color: rgb(105,58,45); }
H1.HeaderClassName
{
color: #693A2D;
}
.AnyTagClassName
{
color: #693A2D;
}
</style>
background-color css
<style>
a { background-color: #693A2D; }
a { background-color: rgb(105,58,45); }
div.DivClassName
{
background-color: #693A2D;
}
.BgClassName
{
background-color: #693A2D;
}
</style>
border-color css
<style>
span { border-color: #693A2D; }
span { border-color: rgb(105,58,45); }
td.TdClassName
{
border-color: #693A2D;
}
.TagClassName
{
border-color: #693A2D;
}
</style>