Shades of Baker's Chocolate #632401
Tints of Baker's Chocolate #632401
RGB
CMYK
RGB Variations
Color information
#632401 (or 0x632401) is known color: Baker's Chocolate. HEX triplet: 63, 24 and 01. RGB value is (99,36,1). Sum of RGB (Red+Green+Blue) = 99+36+1=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #632401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632401 is #9CDBFE. Grayscale: #333333. Windows color (decimal): -10279935 or 74851. OLE color: 74851.
HSL color Cylindrical-coordinate representation of color #632401: hue angle of 21.43º 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 #632401 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 36 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.61 |
| HSL | 21.43º | 0.98% | 0.2% | - |
| HSV(B) | 21.43º | 0.99% | 0.39% | - |
| XYZ | 5.78 | 3.92 | 0.48 | - |
| YUV | 50.85 | 99.87 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 1 | 0 | 0.64 | 0.99 | 0.61 | 21.43 | 0.98 | 0.2 |
| Hex | 63 | 24 | 1 | 0 | 40 | 63 | 3D | 15 | 62 | 14 |
| Octal | 143 | 44 | 1 | 0 | 100 | 143 | 75 | 25 | 142 | 24 |
| Binary | 1100011 | 100100 | 1 | 0 | 1000000 | 1100011 | 111101 | 10101 | 1100010 | 10100 |
Color Harmonies of #632401
Complementary color
Monochromatic Colors of #632401
Black with #632401
Text Example
Text Example
White with #632401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632401; }
p { color: rgb(99,36,1); }
H1.HeaderClassName
{
color: #632401;
}
.AnyTagClassName
{
color: #632401;
}
</style>
background-color css
<style>
a { background-color: #632401; }
a { background-color: rgb(99,36,1); }
div.DivClassName
{
background-color: #632401;
}
.BgClassName
{
background-color: #632401;
}
</style>
border-color css
<style>
span { border-color: #632401; }
span { border-color: rgb(99,36,1); }
td.TdClassName
{
border-color: #632401;
}
.TagClassName
{
border-color: #632401;
}
</style>