Shades of Baker's Chocolate #632100
Tints of Baker's Chocolate #632100
RGB
CMYK
RGB Variations
Color information
#632100 (or 0x632100) is known color: Baker's Chocolate. HEX triplet: 63, 21 and 00. RGB value is (99,33,0). Sum of RGB (Red+Green+Blue) = 99+33+0=132 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 99 - color contains mainly: red. Hex color #632100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632100 is #9CDEFF. Grayscale: #313131. Windows color (decimal): -10280704 or 8547. OLE color: 8547.
HSL color Cylindrical-coordinate representation of color #632100: hue angle of 20º 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 #632100 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 33 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.61 |
| HSL | 20º | 1% | 0.19% | - |
| HSV(B) | 20º | 1% | 0.39% | - |
| XYZ | 5.69 | 3.74 | 0.42 | - |
| YUV | 48.97 | 100.37 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 0 | 0 | 0.67 | 1 | 0.61 | 20 | 1 | 0.19 |
| Hex | 63 | 21 | 0 | 0 | 43 | 64 | 3D | 14 | 64 | 13 |
| Octal | 143 | 41 | 0 | 0 | 103 | 144 | 75 | 24 | 144 | 23 |
| Binary | 1100011 | 100001 | 0 | 0 | 1000011 | 1100100 | 111101 | 10100 | 1100100 | 10011 |
Color Harmonies of #632100
Complementary color
Monochromatic Colors of #632100
Black with #632100
Text Example
Text Example
White with #632100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632100; }
p { color: rgb(99,33,0); }
H1.HeaderClassName
{
color: #632100;
}
.AnyTagClassName
{
color: #632100;
}
</style>
background-color css
<style>
a { background-color: #632100; }
a { background-color: rgb(99,33,0); }
div.DivClassName
{
background-color: #632100;
}
.BgClassName
{
background-color: #632100;
}
</style>
border-color css
<style>
span { border-color: #632100; }
span { border-color: rgb(99,33,0); }
td.TdClassName
{
border-color: #632100;
}
.TagClassName
{
border-color: #632100;
}
</style>