Shades of Baker's Chocolate #632D16
Tints of Baker's Chocolate #632D16
RGB
CMYK
RGB Variations
Color information
#632D16 (or 0x632D16) is known color: Baker's Chocolate. HEX triplet: 63, 2D and 16. RGB value is (99,45,22). Sum of RGB (Red+Green+Blue) = 99+45+22=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #632D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632D16 is #9CD2E9. Grayscale: #3A3A3A. Windows color (decimal): -10277610 or 1453411. OLE color: 1453411.
HSL color Cylindrical-coordinate representation of color #632D16: hue angle of 17.92º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #632D16 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 45 | 22 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.61 |
| HSL | 17.92º | 0.64% | 0.24% | - |
| HSV(B) | 17.92º | 0.78% | 0.39% | - |
| XYZ | 6.23 | 4.59 | 1.32 | - |
| YUV | 58.52 | 107.39 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 22 | 0 | 0.55 | 0.78 | 0.61 | 17.92 | 0.64 | 0.24 |
| Hex | 63 | 2D | 16 | 0 | 37 | 4E | 3D | 12 | 40 | 18 |
| Octal | 143 | 55 | 26 | 0 | 67 | 116 | 75 | 22 | 100 | 30 |
| Binary | 1100011 | 101101 | 10110 | 0 | 110111 | 1001110 | 111101 | 10010 | 1000000 | 11000 |
Color Harmonies of #632D16
Complementary color
Monochromatic Colors of #632D16
Black with #632D16
Text Example
Text Example
White with #632D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632D16; }
p { color: rgb(99,45,22); }
H1.HeaderClassName
{
color: #632D16;
}
.AnyTagClassName
{
color: #632D16;
}
</style>
background-color css
<style>
a { background-color: #632D16; }
a { background-color: rgb(99,45,22); }
div.DivClassName
{
background-color: #632D16;
}
.BgClassName
{
background-color: #632D16;
}
</style>
border-color css
<style>
span { border-color: #632D16; }
span { border-color: rgb(99,45,22); }
td.TdClassName
{
border-color: #632D16;
}
.TagClassName
{
border-color: #632D16;
}
</style>