Shades of Mocha #69362D
Tints of Mocha #69362D
RGB
CMYK
RGB Variations
Color information
#69362D (or 0x69362D) is known color: Mocha. HEX triplet: 69, 36 and 2D. RGB value is (105,54,45). Sum of RGB (Red+Green+Blue) = 105+54+45=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #69362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69362D is #96C9D2. Grayscale: #444444. Windows color (decimal): -9882067 or 2963049. OLE color: 2963049.
HSL color Cylindrical-coordinate representation of color #69362D: hue angle of 9º 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 #69362D is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 54 | 45 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.59 |
| HSL | 9º | 0.4% | 0.29% | - |
| HSV(B) | 9º | 0.57% | 0.41% | - |
| XYZ | 7.62 | 5.83 | 3.21 | - |
| YUV | 68.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 45 | 0 | 0.49 | 0.57 | 0.59 | 9 | 0.4 | 0.29 |
| Hex | 69 | 36 | 2D | 0 | 31 | 39 | 3B | 9 | 28 | 1D |
| Octal | 151 | 66 | 55 | 0 | 61 | 71 | 73 | 11 | 50 | 35 |
| Binary | 1101001 | 110110 | 101101 | 0 | 110001 | 111001 | 111011 | 1001 | 101000 | 11101 |
Color Harmonies of #69362D
Complementary color
Monochromatic Colors of #69362D
Black with #69362D
Text Example
Text Example
White with #69362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69362D; }
p { color: rgb(105,54,45); }
H1.HeaderClassName
{
color: #69362D;
}
.AnyTagClassName
{
color: #69362D;
}
</style>
background-color css
<style>
a { background-color: #69362D; }
a { background-color: rgb(105,54,45); }
div.DivClassName
{
background-color: #69362D;
}
.BgClassName
{
background-color: #69362D;
}
</style>
border-color css
<style>
span { border-color: #69362D; }
span { border-color: rgb(105,54,45); }
td.TdClassName
{
border-color: #69362D;
}
.TagClassName
{
border-color: #69362D;
}
</style>