Shades of Baker's Chocolate #632E13
Tints of Baker's Chocolate #632E13
RGB
CMYK
RGB Variations
Color information
#632E13 (or 0x632E13) is known color: Baker's Chocolate. HEX triplet: 63, 2E and 13. RGB value is (99,46,19). Sum of RGB (Red+Green+Blue) = 99+46+19=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #632E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632E13 is #9CD1EC. Grayscale: #3A3A3A. Windows color (decimal): -10277357 or 1257059. OLE color: 1257059.
HSL color Cylindrical-coordinate representation of color #632E13: hue angle of 20.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #632E13 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 19 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.61 |
| HSL | 20.25º | 0.68% | 0.23% | - |
| HSV(B) | 20.25º | 0.81% | 0.39% | - |
| XYZ | 6.24 | 4.65 | 1.19 | - |
| YUV | 58.77 | 105.56 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 19 | 0 | 0.54 | 0.81 | 0.61 | 20.25 | 0.68 | 0.23 |
| Hex | 63 | 2E | 13 | 0 | 36 | 51 | 3D | 14 | 44 | 17 |
| Octal | 143 | 56 | 23 | 0 | 66 | 121 | 75 | 24 | 104 | 27 |
| Binary | 1100011 | 101110 | 10011 | 0 | 110110 | 1010001 | 111101 | 10100 | 1000100 | 10111 |
Color Harmonies of #632E13
Complementary color
Monochromatic Colors of #632E13
Black with #632E13
Text Example
Text Example
White with #632E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E13; }
p { color: rgb(99,46,19); }
H1.HeaderClassName
{
color: #632E13;
}
.AnyTagClassName
{
color: #632E13;
}
</style>
background-color css
<style>
a { background-color: #632E13; }
a { background-color: rgb(99,46,19); }
div.DivClassName
{
background-color: #632E13;
}
.BgClassName
{
background-color: #632E13;
}
</style>
border-color css
<style>
span { border-color: #632E13; }
span { border-color: rgb(99,46,19); }
td.TdClassName
{
border-color: #632E13;
}
.TagClassName
{
border-color: #632E13;
}
</style>