Shades of Baker's Chocolate #632900
Tints of Baker's Chocolate #632900
RGB
CMYK
RGB Variations
Color information
#632900 (or 0x632900) is known color: Baker's Chocolate. HEX triplet: 63, 29 and 00. RGB value is (99,41,0). Sum of RGB (Red+Green+Blue) = 99+41+0=140 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.71% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 99 - color contains mainly: red. Hex color #632900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632900 is #9CD6FF. Grayscale: #353535. Windows color (decimal): -10278656 or 10595. OLE color: 10595.
HSL color Cylindrical-coordinate representation of color #632900: hue angle of 24.85º 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 #632900 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 41 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.61 |
| HSL | 24.85º | 1% | 0.19% | - |
| HSV(B) | 24.85º | 1% | 0.39% | - |
| XYZ | 5.94 | 4.24 | 0.51 | - |
| YUV | 53.67 | 97.72 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 0 | 0 | 0.59 | 1 | 0.61 | 24.85 | 1 | 0.19 |
| Hex | 63 | 29 | 0 | 0 | 3B | 64 | 3D | 19 | 64 | 13 |
| Octal | 143 | 51 | 0 | 0 | 73 | 144 | 75 | 31 | 144 | 23 |
| Binary | 1100011 | 101001 | 0 | 0 | 111011 | 1100100 | 111101 | 11001 | 1100100 | 10011 |
Color Harmonies of #632900
Complementary color
Monochromatic Colors of #632900
Black with #632900
Text Example
Text Example
White with #632900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632900; }
p { color: rgb(99,41,0); }
H1.HeaderClassName
{
color: #632900;
}
.AnyTagClassName
{
color: #632900;
}
</style>
background-color css
<style>
a { background-color: #632900; }
a { background-color: rgb(99,41,0); }
div.DivClassName
{
background-color: #632900;
}
.BgClassName
{
background-color: #632900;
}
</style>
border-color css
<style>
span { border-color: #632900; }
span { border-color: rgb(99,41,0); }
td.TdClassName
{
border-color: #632900;
}
.TagClassName
{
border-color: #632900;
}
</style>