Shades of Baker's Chocolate #632E0C
Tints of Baker's Chocolate #632E0C
RGB
CMYK
RGB Variations
Color information
#632E0C (or 0x632E0C) is known color: Baker's Chocolate. HEX triplet: 63, 2E and 0C. RGB value is (99,46,12). Sum of RGB (Red+Green+Blue) = 99+46+12=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #632E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632E0C is #9CD1F3. Grayscale: #3A3A3A. Windows color (decimal): -10277364 or 798307. OLE color: 798307.
HSL color Cylindrical-coordinate representation of color #632E0C: hue angle of 23.45º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #632E0C is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 12 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.61 |
| HSL | 23.45º | 0.78% | 0.22% | - |
| HSV(B) | 23.45º | 0.88% | 0.39% | - |
| XYZ | 6.19 | 4.63 | 0.92 | - |
| YUV | 57.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 12 | 0 | 0.54 | 0.88 | 0.61 | 23.45 | 0.78 | 0.22 |
| Hex | 63 | 2E | C | 0 | 36 | 58 | 3D | 17 | 4E | 16 |
| Octal | 143 | 56 | 14 | 0 | 66 | 130 | 75 | 27 | 116 | 26 |
| Binary | 1100011 | 101110 | 1100 | 0 | 110110 | 1011000 | 111101 | 10111 | 1001110 | 10110 |
Color Harmonies of #632E0C
Complementary color
Monochromatic Colors of #632E0C
Black with #632E0C
Text Example
Text Example
White with #632E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E0C; }
p { color: rgb(99,46,12); }
H1.HeaderClassName
{
color: #632E0C;
}
.AnyTagClassName
{
color: #632E0C;
}
</style>
background-color css
<style>
a { background-color: #632E0C; }
a { background-color: rgb(99,46,12); }
div.DivClassName
{
background-color: #632E0C;
}
.BgClassName
{
background-color: #632E0C;
}
</style>
border-color css
<style>
span { border-color: #632E0C; }
span { border-color: rgb(99,46,12); }
td.TdClassName
{
border-color: #632E0C;
}
.TagClassName
{
border-color: #632E0C;
}
</style>