Shades of Baker's Chocolate #632000
Tints of Baker's Chocolate #632000
RGB
CMYK
RGB Variations
Color information
#632000 (or 0x632000) is known color: Baker's Chocolate. HEX triplet: 63, 20 and 00. RGB value is (99,32,0). Sum of RGB (Red+Green+Blue) = 99+32+0=131 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75.57% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 99 - color contains mainly: red. Hex color #632000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632000 is #9CDFFF. Grayscale: #303030. Windows color (decimal): -10280960 or 8291. OLE color: 8291.
HSL color Cylindrical-coordinate representation of color #632000: hue angle of 19.39º 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 #632000 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.61 |
| HSL | 19.39º | 1% | 0.19% | - |
| HSV(B) | 19.39º | 1% | 0.39% | - |
| XYZ | 5.66 | 3.69 | 0.41 | - |
| YUV | 48.39 | 100.7 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 0 | 0 | 0.68 | 1 | 0.61 | 19.39 | 1 | 0.19 |
| Hex | 63 | 20 | 0 | 0 | 44 | 64 | 3D | 13 | 64 | 13 |
| Octal | 143 | 40 | 0 | 0 | 104 | 144 | 75 | 23 | 144 | 23 |
| Binary | 1100011 | 100000 | 0 | 0 | 1000100 | 1100100 | 111101 | 10011 | 1100100 | 10011 |
Color Harmonies of #632000
Complementary color
Monochromatic Colors of #632000
Black with #632000
Text Example
Text Example
White with #632000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632000; }
p { color: rgb(99,32,0); }
H1.HeaderClassName
{
color: #632000;
}
.AnyTagClassName
{
color: #632000;
}
</style>
background-color css
<style>
a { background-color: #632000; }
a { background-color: rgb(99,32,0); }
div.DivClassName
{
background-color: #632000;
}
.BgClassName
{
background-color: #632000;
}
</style>
border-color css
<style>
span { border-color: #632000; }
span { border-color: rgb(99,32,0); }
td.TdClassName
{
border-color: #632000;
}
.TagClassName
{
border-color: #632000;
}
</style>