Shades of Mocha #69372C
Tints of Mocha #69372C
RGB
CMYK
RGB Variations
Color information
#69372C (or 0x69372C) is known color: Mocha. HEX triplet: 69, 37 and 2C. RGB value is (105,55,44). Sum of RGB (Red+Green+Blue) = 105+55+44=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #69372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69372C is #96C8D3. Grayscale: #444444. Windows color (decimal): -9881812 or 2897769. OLE color: 2897769.
HSL color Cylindrical-coordinate representation of color #69372C: hue angle of 10.82º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69372C is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 55 | 44 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.59 |
| HSL | 10.82º | 0.41% | 0.29% | - |
| HSV(B) | 10.82º | 0.58% | 0.41% | - |
| XYZ | 7.65 | 5.92 | 3.12 | - |
| YUV | 68.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 44 | 0 | 0.48 | 0.58 | 0.59 | 10.82 | 0.41 | 0.29 |
| Hex | 69 | 37 | 2C | 0 | 30 | 3A | 3B | B | 29 | 1D |
| Octal | 151 | 67 | 54 | 0 | 60 | 72 | 73 | 13 | 51 | 35 |
| Binary | 1101001 | 110111 | 101100 | 0 | 110000 | 111010 | 111011 | 1011 | 101001 | 11101 |
Color Harmonies of #69372C
Complementary color
Monochromatic Colors of #69372C
Black with #69372C
Text Example
Text Example
White with #69372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69372C; }
p { color: rgb(105,55,44); }
H1.HeaderClassName
{
color: #69372C;
}
.AnyTagClassName
{
color: #69372C;
}
</style>
background-color css
<style>
a { background-color: #69372C; }
a { background-color: rgb(105,55,44); }
div.DivClassName
{
background-color: #69372C;
}
.BgClassName
{
background-color: #69372C;
}
</style>
border-color css
<style>
span { border-color: #69372C; }
span { border-color: rgb(105,55,44); }
td.TdClassName
{
border-color: #69372C;
}
.TagClassName
{
border-color: #69372C;
}
</style>