Shades of Mocha #693830
Tints of Mocha #693830
RGB
CMYK
RGB Variations
Color information
#693830 (or 0x693830) is known color: Mocha. HEX triplet: 69, 38 and 30. RGB value is (105,56,48). Sum of RGB (Red+Green+Blue) = 105+56+48=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #693830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693830 is #96C7CF. Grayscale: #454545. Windows color (decimal): -9881552 or 3160169. OLE color: 3160169.
HSL color Cylindrical-coordinate representation of color #693830: hue angle of 8.42º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #693830 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 56 | 48 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.59 |
| HSL | 8.42º | 0.37% | 0.3% | - |
| HSV(B) | 8.42º | 0.54% | 0.41% | - |
| XYZ | 7.77 | 6.05 | 3.55 | - |
| YUV | 69.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 56 | 48 | 0 | 0.47 | 0.54 | 0.59 | 8.42 | 0.37 | 0.3 |
| Hex | 69 | 38 | 30 | 0 | 2F | 36 | 3B | 8 | 25 | 1E |
| Octal | 151 | 70 | 60 | 0 | 57 | 66 | 73 | 10 | 45 | 36 |
| Binary | 1101001 | 111000 | 110000 | 0 | 101111 | 110110 | 111011 | 1000 | 100101 | 11110 |
Color Harmonies of #693830
Complementary color
Monochromatic Colors of #693830
Black with #693830
Text Example
Text Example
White with #693830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693830; }
p { color: rgb(105,56,48); }
H1.HeaderClassName
{
color: #693830;
}
.AnyTagClassName
{
color: #693830;
}
</style>
background-color css
<style>
a { background-color: #693830; }
a { background-color: rgb(105,56,48); }
div.DivClassName
{
background-color: #693830;
}
.BgClassName
{
background-color: #693830;
}
</style>
border-color css
<style>
span { border-color: #693830; }
span { border-color: rgb(105,56,48); }
td.TdClassName
{
border-color: #693830;
}
.TagClassName
{
border-color: #693830;
}
</style>