Shades of Baker's Chocolate #632400
Tints of Baker's Chocolate #632400
RGB
CMYK
RGB Variations
Color information
#632400 (or 0x632400) is known color: Baker's Chocolate. HEX triplet: 63, 24 and 00. RGB value is (99,36,0). Sum of RGB (Red+Green+Blue) = 99+36+0=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #632400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632400 is #9CDBFF. Grayscale: #323232. Windows color (decimal): -10279936 or 9315. OLE color: 9315.
HSL color Cylindrical-coordinate representation of color #632400: hue angle of 21.82º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #632400 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 36 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.61 |
| HSL | 21.82º | 1% | 0.19% | - |
| HSV(B) | 21.82º | 1% | 0.39% | - |
| XYZ | 5.78 | 3.91 | 0.45 | - |
| YUV | 50.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 0 | 0 | 0.64 | 1 | 0.61 | 21.82 | 1 | 0.19 |
| Hex | 63 | 24 | 0 | 0 | 40 | 64 | 3D | 16 | 64 | 13 |
| Octal | 143 | 44 | 0 | 0 | 100 | 144 | 75 | 26 | 144 | 23 |
| Binary | 1100011 | 100100 | 0 | 0 | 1000000 | 1100100 | 111101 | 10110 | 1100100 | 10011 |
Color Harmonies of #632400
Complementary color
Monochromatic Colors of #632400
Black with #632400
Text Example
Text Example
White with #632400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632400; }
p { color: rgb(99,36,0); }
H1.HeaderClassName
{
color: #632400;
}
.AnyTagClassName
{
color: #632400;
}
</style>
background-color css
<style>
a { background-color: #632400; }
a { background-color: rgb(99,36,0); }
div.DivClassName
{
background-color: #632400;
}
.BgClassName
{
background-color: #632400;
}
</style>
border-color css
<style>
span { border-color: #632400; }
span { border-color: rgb(99,36,0); }
td.TdClassName
{
border-color: #632400;
}
.TagClassName
{
border-color: #632400;
}
</style>