Shades of Baker's Chocolate #632E01
Tints of Baker's Chocolate #632E01
RGB
CMYK
RGB Variations
Color information
#632E01 (or 0x632E01) is known color: Baker's Chocolate. HEX triplet: 63, 2E and 01. RGB value is (99,46,1). Sum of RGB (Red+Green+Blue) = 99+46+1=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #632E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632E01 is #9CD1FE. Grayscale: #383838. Windows color (decimal): -10277375 or 77411. OLE color: 77411.
HSL color Cylindrical-coordinate representation of color #632E01: hue angle of 27.55º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #632E01 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.61 |
| HSL | 27.55º | 0.98% | 0.2% | - |
| HSV(B) | 27.55º | 0.99% | 0.39% | - |
| XYZ | 6.13 | 4.61 | 0.6 | - |
| YUV | 56.72 | 96.56 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 1 | 0 | 0.54 | 0.99 | 0.61 | 27.55 | 0.98 | 0.2 |
| Hex | 63 | 2E | 1 | 0 | 36 | 63 | 3D | 1C | 62 | 14 |
| Octal | 143 | 56 | 1 | 0 | 66 | 143 | 75 | 34 | 142 | 24 |
| Binary | 1100011 | 101110 | 1 | 0 | 110110 | 1100011 | 111101 | 11100 | 1100010 | 10100 |
Color Harmonies of #632E01
Complementary color
Monochromatic Colors of #632E01
Black with #632E01
Text Example
Text Example
White with #632E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E01; }
p { color: rgb(99,46,1); }
H1.HeaderClassName
{
color: #632E01;
}
.AnyTagClassName
{
color: #632E01;
}
</style>
background-color css
<style>
a { background-color: #632E01; }
a { background-color: rgb(99,46,1); }
div.DivClassName
{
background-color: #632E01;
}
.BgClassName
{
background-color: #632E01;
}
</style>
border-color css
<style>
span { border-color: #632E01; }
span { border-color: rgb(99,46,1); }
td.TdClassName
{
border-color: #632E01;
}
.TagClassName
{
border-color: #632E01;
}
</style>