Shades of Baker's Chocolate #632C10
Tints of Baker's Chocolate #632C10
RGB
CMYK
RGB Variations
Color information
#632C10 (or 0x632C10) is known color: Baker's Chocolate. HEX triplet: 63, 2C and 10. RGB value is (99,44,16). Sum of RGB (Red+Green+Blue) = 99+44+16=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #632C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632C10 is #9CD3EF. Grayscale: #393939. Windows color (decimal): -10277872 or 1059939. OLE color: 1059939.
HSL color Cylindrical-coordinate representation of color #632C10: hue angle of 20.24º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #632C10 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 44 | 16 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.61 |
| HSL | 20.24º | 0.72% | 0.23% | - |
| HSV(B) | 20.24º | 0.84% | 0.39% | - |
| XYZ | 6.14 | 4.49 | 1.03 | - |
| YUV | 57.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 16 | 0 | 0.56 | 0.84 | 0.61 | 20.24 | 0.72 | 0.23 |
| Hex | 63 | 2C | 10 | 0 | 38 | 54 | 3D | 14 | 48 | 17 |
| Octal | 143 | 54 | 20 | 0 | 70 | 124 | 75 | 24 | 110 | 27 |
| Binary | 1100011 | 101100 | 10000 | 0 | 111000 | 1010100 | 111101 | 10100 | 1001000 | 10111 |
Color Harmonies of #632C10
Complementary color
Monochromatic Colors of #632C10
Black with #632C10
Text Example
Text Example
White with #632C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632C10; }
p { color: rgb(99,44,16); }
H1.HeaderClassName
{
color: #632C10;
}
.AnyTagClassName
{
color: #632C10;
}
</style>
background-color css
<style>
a { background-color: #632C10; }
a { background-color: rgb(99,44,16); }
div.DivClassName
{
background-color: #632C10;
}
.BgClassName
{
background-color: #632C10;
}
</style>
border-color css
<style>
span { border-color: #632C10; }
span { border-color: rgb(99,44,16); }
td.TdClassName
{
border-color: #632C10;
}
.TagClassName
{
border-color: #632C10;
}
</style>