Shades of Baker's Chocolate #632C0E
Tints of Baker's Chocolate #632C0E
RGB
CMYK
RGB Variations
Color information
#632C0E (or 0x632C0E) is known color: Baker's Chocolate. HEX triplet: 63, 2C and 0E. RGB value is (99,44,14). Sum of RGB (Red+Green+Blue) = 99+44+14=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #632C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632C0E is #9CD3F1. Grayscale: #393939. Windows color (decimal): -10277874 or 928867. OLE color: 928867.
HSL color Cylindrical-coordinate representation of color #632C0E: hue angle of 21.18º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #632C0E is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 44 | 14 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.61 |
| HSL | 21.18º | 0.75% | 0.22% | - |
| HSV(B) | 21.18º | 0.86% | 0.39% | - |
| XYZ | 6.13 | 4.49 | 0.96 | - |
| YUV | 57.03 | 103.72 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 14 | 0 | 0.56 | 0.86 | 0.61 | 21.18 | 0.75 | 0.22 |
| Hex | 63 | 2C | E | 0 | 38 | 56 | 3D | 15 | 4B | 16 |
| Octal | 143 | 54 | 16 | 0 | 70 | 126 | 75 | 25 | 113 | 26 |
| Binary | 1100011 | 101100 | 1110 | 0 | 111000 | 1010110 | 111101 | 10101 | 1001011 | 10110 |
Color Harmonies of #632C0E
Complementary color
Monochromatic Colors of #632C0E
Black with #632C0E
Text Example
Text Example
White with #632C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632C0E; }
p { color: rgb(99,44,14); }
H1.HeaderClassName
{
color: #632C0E;
}
.AnyTagClassName
{
color: #632C0E;
}
</style>
background-color css
<style>
a { background-color: #632C0E; }
a { background-color: rgb(99,44,14); }
div.DivClassName
{
background-color: #632C0E;
}
.BgClassName
{
background-color: #632C0E;
}
</style>
border-color css
<style>
span { border-color: #632C0E; }
span { border-color: rgb(99,44,14); }
td.TdClassName
{
border-color: #632C0E;
}
.TagClassName
{
border-color: #632C0E;
}
</style>