Shades of Mocha #663831
Tints of Mocha #663831
RGB
CMYK
RGB Variations
Color information
#663831 (or 0x663831) is known color: Mocha. HEX triplet: 66, 38 and 31. RGB value is (102,56,49). Sum of RGB (Red+Green+Blue) = 102+56+49=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #663831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663831 is #99C7CE. Grayscale: #454545. Windows color (decimal): -10078159 or 3225702. OLE color: 3225702.
HSL color Cylindrical-coordinate representation of color #663831: hue angle of 7.92º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663831 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 49 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.6 |
| HSL | 7.92º | 0.35% | 0.3% | - |
| HSV(B) | 7.92º | 0.52% | 0.4% | - |
| XYZ | 7.45 | 5.87 | 3.65 | - |
| YUV | 68.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 49 | 0 | 0.45 | 0.52 | 0.6 | 7.92 | 0.35 | 0.3 |
| Hex | 66 | 38 | 31 | 0 | 2D | 34 | 3C | 8 | 23 | 1E |
| Octal | 146 | 70 | 61 | 0 | 55 | 64 | 74 | 10 | 43 | 36 |
| Binary | 1100110 | 111000 | 110001 | 0 | 101101 | 110100 | 111100 | 1000 | 100011 | 11110 |
Color Harmonies of #663831
Complementary color
Monochromatic Colors of #663831
Black with #663831
Text Example
Text Example
White with #663831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663831; }
p { color: rgb(102,56,49); }
H1.HeaderClassName
{
color: #663831;
}
.AnyTagClassName
{
color: #663831;
}
</style>
background-color css
<style>
a { background-color: #663831; }
a { background-color: rgb(102,56,49); }
div.DivClassName
{
background-color: #663831;
}
.BgClassName
{
background-color: #663831;
}
</style>
border-color css
<style>
span { border-color: #663831; }
span { border-color: rgb(102,56,49); }
td.TdClassName
{
border-color: #663831;
}
.TagClassName
{
border-color: #663831;
}
</style>