Shades of Baker's Chocolate #632F15
Tints of Baker's Chocolate #632F15
RGB
CMYK
RGB Variations
Color information
#632F15 (or 0x632F15) is known color: Baker's Chocolate. HEX triplet: 63, 2F and 15. RGB value is (99,47,21). Sum of RGB (Red+Green+Blue) = 99+47+21=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #632F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632F15 is #9CD0EA. Grayscale: #3B3B3B. Windows color (decimal): -10277099 or 1388387. OLE color: 1388387.
HSL color Cylindrical-coordinate representation of color #632F15: hue angle of 20º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #632F15 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 21 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.61 |
| HSL | 20º | 0.65% | 0.24% | - |
| HSV(B) | 20º | 0.79% | 0.39% | - |
| XYZ | 6.3 | 4.74 | 1.29 | - |
| YUV | 59.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 21 | 0 | 0.53 | 0.79 | 0.61 | 20 | 0.65 | 0.24 |
| Hex | 63 | 2F | 15 | 0 | 35 | 4F | 3D | 14 | 41 | 18 |
| Octal | 143 | 57 | 25 | 0 | 65 | 117 | 75 | 24 | 101 | 30 |
| Binary | 1100011 | 101111 | 10101 | 0 | 110101 | 1001111 | 111101 | 10100 | 1000001 | 11000 |
Color Harmonies of #632F15
Complementary color
Monochromatic Colors of #632F15
Black with #632F15
Text Example
Text Example
White with #632F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F15; }
p { color: rgb(99,47,21); }
H1.HeaderClassName
{
color: #632F15;
}
.AnyTagClassName
{
color: #632F15;
}
</style>
background-color css
<style>
a { background-color: #632F15; }
a { background-color: rgb(99,47,21); }
div.DivClassName
{
background-color: #632F15;
}
.BgClassName
{
background-color: #632F15;
}
</style>
border-color css
<style>
span { border-color: #632F15; }
span { border-color: rgb(99,47,21); }
td.TdClassName
{
border-color: #632F15;
}
.TagClassName
{
border-color: #632F15;
}
</style>