Shades of Baker's Chocolate #632A0E
Tints of Baker's Chocolate #632A0E
RGB
CMYK
RGB Variations
Color information
#632A0E (or 0x632A0E) is known color: Baker's Chocolate. HEX triplet: 63, 2A and 0E. RGB value is (99,42,14). Sum of RGB (Red+Green+Blue) = 99+42+14=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #632A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632A0E is #9CD5F1. Grayscale: #383838. Windows color (decimal): -10278386 or 928355. OLE color: 928355.
HSL color Cylindrical-coordinate representation of color #632A0E: hue angle of 19.76º 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 #632A0E is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 42 | 14 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.61 |
| HSL | 19.76º | 0.75% | 0.22% | - |
| HSV(B) | 19.76º | 0.86% | 0.39% | - |
| XYZ | 6.05 | 4.34 | 0.93 | - |
| YUV | 55.85 | 104.38 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 14 | 0 | 0.58 | 0.86 | 0.61 | 19.76 | 0.75 | 0.22 |
| Hex | 63 | 2A | E | 0 | 3A | 56 | 3D | 14 | 4B | 16 |
| Octal | 143 | 52 | 16 | 0 | 72 | 126 | 75 | 24 | 113 | 26 |
| Binary | 1100011 | 101010 | 1110 | 0 | 111010 | 1010110 | 111101 | 10100 | 1001011 | 10110 |
Color Harmonies of #632A0E
Complementary color
Monochromatic Colors of #632A0E
Black with #632A0E
Text Example
Text Example
White with #632A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632A0E; }
p { color: rgb(99,42,14); }
H1.HeaderClassName
{
color: #632A0E;
}
.AnyTagClassName
{
color: #632A0E;
}
</style>
background-color css
<style>
a { background-color: #632A0E; }
a { background-color: rgb(99,42,14); }
div.DivClassName
{
background-color: #632A0E;
}
.BgClassName
{
background-color: #632A0E;
}
</style>
border-color css
<style>
span { border-color: #632A0E; }
span { border-color: rgb(99,42,14); }
td.TdClassName
{
border-color: #632A0E;
}
.TagClassName
{
border-color: #632A0E;
}
</style>