Shades of Mocha #66362E
Tints of Mocha #66362E
RGB
CMYK
RGB Variations
Color information
#66362E (or 0x66362E) is known color: Mocha. HEX triplet: 66, 36 and 2E. RGB value is (102,54,46). Sum of RGB (Red+Green+Blue) = 102+54+46=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #66362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66362E is #99C9D1. Grayscale: #434343. Windows color (decimal): -10078674 or 3028582. OLE color: 3028582.
HSL color Cylindrical-coordinate representation of color #66362E: hue angle of 8.57º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66362E is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 54 | 46 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.6 |
| HSL | 8.57º | 0.38% | 0.29% | - |
| HSV(B) | 8.57º | 0.55% | 0.4% | - |
| XYZ | 7.29 | 5.66 | 3.29 | - |
| YUV | 67.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 46 | 0 | 0.47 | 0.55 | 0.6 | 8.57 | 0.38 | 0.29 |
| Hex | 66 | 36 | 2E | 0 | 2F | 37 | 3C | 9 | 26 | 1D |
| Octal | 146 | 66 | 56 | 0 | 57 | 67 | 74 | 11 | 46 | 35 |
| Binary | 1100110 | 110110 | 101110 | 0 | 101111 | 110111 | 111100 | 1001 | 100110 | 11101 |
Color Harmonies of #66362E
Complementary color
Monochromatic Colors of #66362E
Black with #66362E
Text Example
Text Example
White with #66362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66362E; }
p { color: rgb(102,54,46); }
H1.HeaderClassName
{
color: #66362E;
}
.AnyTagClassName
{
color: #66362E;
}
</style>
background-color css
<style>
a { background-color: #66362E; }
a { background-color: rgb(102,54,46); }
div.DivClassName
{
background-color: #66362E;
}
.BgClassName
{
background-color: #66362E;
}
</style>
border-color css
<style>
span { border-color: #66362E; }
span { border-color: rgb(102,54,46); }
td.TdClassName
{
border-color: #66362E;
}
.TagClassName
{
border-color: #66362E;
}
</style>