Shades of Moccaccino #622F2A
Tints of Moccaccino #622F2A
RGB
CMYK
RGB Variations
Color information
#622F2A (or 0x622F2A) is known color: Moccaccino. HEX triplet: 62, 2F and 2A. RGB value is (98,47,42). Sum of RGB (Red+Green+Blue) = 98+47+42=187 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.41% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 98 - color contains mainly: red. Hex color #622F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622F2A is #9DD0D5. Grayscale: #3D3D3D. Windows color (decimal): -10342614 or 2764642. OLE color: 2764642.
HSL color Cylindrical-coordinate representation of color #622F2A: hue angle of 5.36º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #622F2A is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 47 | 42 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.62 |
| HSL | 5.36º | 0.4% | 0.27% | - |
| HSV(B) | 5.36º | 0.57% | 0.38% | - |
| XYZ | 6.47 | 4.8 | 2.78 | - |
| YUV | 61.68 | 116.9 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 47 | 42 | 0 | 0.52 | 0.57 | 0.62 | 5.36 | 0.4 | 0.27 |
| Hex | 62 | 2F | 2A | 0 | 34 | 39 | 3E | 5 | 28 | 1B |
| Octal | 142 | 57 | 52 | 0 | 64 | 71 | 76 | 5 | 50 | 33 |
| Binary | 1100010 | 101111 | 101010 | 0 | 110100 | 111001 | 111110 | 101 | 101000 | 11011 |
Color Harmonies of #622F2A
Complementary color
Monochromatic Colors of #622F2A
Black with #622F2A
Text Example
Text Example
White with #622F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622F2A; }
p { color: rgb(98,47,42); }
H1.HeaderClassName
{
color: #622F2A;
}
.AnyTagClassName
{
color: #622F2A;
}
</style>
background-color css
<style>
a { background-color: #622F2A; }
a { background-color: rgb(98,47,42); }
div.DivClassName
{
background-color: #622F2A;
}
.BgClassName
{
background-color: #622F2A;
}
</style>
border-color css
<style>
span { border-color: #622F2A; }
span { border-color: rgb(98,47,42); }
td.TdClassName
{
border-color: #622F2A;
}
.TagClassName
{
border-color: #622F2A;
}
</style>