Shades of Baker's Chocolate #632E14
Tints of Baker's Chocolate #632E14
RGB
CMYK
RGB Variations
Color information
#632E14 (or 0x632E14) is known color: Baker's Chocolate. HEX triplet: 63, 2E and 14. RGB value is (99,46,20). Sum of RGB (Red+Green+Blue) = 99+46+20=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #632E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632E14 is #9CD1EB. Grayscale: #3B3B3B. Windows color (decimal): -10277356 or 1322595. OLE color: 1322595.
HSL color Cylindrical-coordinate representation of color #632E14: hue angle of 19.75º 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 #632E14 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 20 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.61 |
| HSL | 19.75º | 0.66% | 0.23% | - |
| HSV(B) | 19.75º | 0.8% | 0.39% | - |
| XYZ | 6.25 | 4.66 | 1.23 | - |
| YUV | 58.88 | 106.06 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 20 | 0 | 0.54 | 0.80 | 0.61 | 19.75 | 0.66 | 0.23 |
| Hex | 63 | 2E | 14 | 0 | 36 | 50 | 3D | 14 | 42 | 17 |
| Octal | 143 | 56 | 24 | 0 | 66 | 120 | 75 | 24 | 102 | 27 |
| Binary | 1100011 | 101110 | 10100 | 0 | 110110 | 1010000 | 111101 | 10100 | 1000010 | 10111 |
Color Harmonies of #632E14
Complementary color
Monochromatic Colors of #632E14
Black with #632E14
Text Example
Text Example
White with #632E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E14; }
p { color: rgb(99,46,20); }
H1.HeaderClassName
{
color: #632E14;
}
.AnyTagClassName
{
color: #632E14;
}
</style>
background-color css
<style>
a { background-color: #632E14; }
a { background-color: rgb(99,46,20); }
div.DivClassName
{
background-color: #632E14;
}
.BgClassName
{
background-color: #632E14;
}
</style>
border-color css
<style>
span { border-color: #632E14; }
span { border-color: rgb(99,46,20); }
td.TdClassName
{
border-color: #632E14;
}
.TagClassName
{
border-color: #632E14;
}
</style>