Shades of Baker's Chocolate #632C14
Tints of Baker's Chocolate #632C14
RGB
CMYK
RGB Variations
Color information
#632C14 (or 0x632C14) is known color: Baker's Chocolate. HEX triplet: 63, 2C and 14. RGB value is (99,44,20). Sum of RGB (Red+Green+Blue) = 99+44+20=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #632C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632C14 is #9CD3EB. Grayscale: #393939. Windows color (decimal): -10277868 or 1322083. OLE color: 1322083.
HSL color Cylindrical-coordinate representation of color #632C14: hue angle of 18.23º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #632C14 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 44 | 20 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.61 |
| HSL | 18.23º | 0.66% | 0.23% | - |
| HSV(B) | 18.23º | 0.8% | 0.39% | - |
| XYZ | 6.17 | 4.5 | 1.21 | - |
| YUV | 57.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 20 | 0 | 0.56 | 0.80 | 0.61 | 18.23 | 0.66 | 0.23 |
| Hex | 63 | 2C | 14 | 0 | 38 | 50 | 3D | 12 | 42 | 17 |
| Octal | 143 | 54 | 24 | 0 | 70 | 120 | 75 | 22 | 102 | 27 |
| Binary | 1100011 | 101100 | 10100 | 0 | 111000 | 1010000 | 111101 | 10010 | 1000010 | 10111 |
Color Harmonies of #632C14
Complementary color
Monochromatic Colors of #632C14
Black with #632C14
Text Example
Text Example
White with #632C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632C14; }
p { color: rgb(99,44,20); }
H1.HeaderClassName
{
color: #632C14;
}
.AnyTagClassName
{
color: #632C14;
}
</style>
background-color css
<style>
a { background-color: #632C14; }
a { background-color: rgb(99,44,20); }
div.DivClassName
{
background-color: #632C14;
}
.BgClassName
{
background-color: #632C14;
}
</style>
border-color css
<style>
span { border-color: #632C14; }
span { border-color: rgb(99,44,20); }
td.TdClassName
{
border-color: #632C14;
}
.TagClassName
{
border-color: #632C14;
}
</style>