Shades of Baker's Chocolate #632600
Tints of Baker's Chocolate #632600
RGB
CMYK
RGB Variations
Color information
#632600 (or 0x632600) is known color: Baker's Chocolate. HEX triplet: 63, 26 and 00. RGB value is (99,38,0). Sum of RGB (Red+Green+Blue) = 99+38+0=137 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.26% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 99 - color contains mainly: red. Hex color #632600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632600 is #9CD9FF. Grayscale: #343434. Windows color (decimal): -10279424 or 9827. OLE color: 9827.
HSL color Cylindrical-coordinate representation of color #632600: hue angle of 23.03º 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 #632600 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 38 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.61 |
| HSL | 23.03º | 1% | 0.19% | - |
| HSV(B) | 23.03º | 1% | 0.39% | - |
| XYZ | 5.84 | 4.04 | 0.47 | - |
| YUV | 51.91 | 98.71 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 0 | 0 | 0.62 | 1 | 0.61 | 23.03 | 1 | 0.19 |
| Hex | 63 | 26 | 0 | 0 | 3E | 64 | 3D | 17 | 64 | 13 |
| Octal | 143 | 46 | 0 | 0 | 76 | 144 | 75 | 27 | 144 | 23 |
| Binary | 1100011 | 100110 | 0 | 0 | 111110 | 1100100 | 111101 | 10111 | 1100100 | 10011 |
Color Harmonies of #632600
Complementary color
Monochromatic Colors of #632600
Black with #632600
Text Example
Text Example
White with #632600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632600; }
p { color: rgb(99,38,0); }
H1.HeaderClassName
{
color: #632600;
}
.AnyTagClassName
{
color: #632600;
}
</style>
background-color css
<style>
a { background-color: #632600; }
a { background-color: rgb(99,38,0); }
div.DivClassName
{
background-color: #632600;
}
.BgClassName
{
background-color: #632600;
}
</style>
border-color css
<style>
span { border-color: #632600; }
span { border-color: rgb(99,38,0); }
td.TdClassName
{
border-color: #632600;
}
.TagClassName
{
border-color: #632600;
}
</style>