Shades of Baker's Chocolate #632A15
Tints of Baker's Chocolate #632A15
RGB
CMYK
RGB Variations
Color information
#632A15 (or 0x632A15) is known color: Baker's Chocolate. HEX triplet: 63, 2A and 15. RGB value is (99,42,21). Sum of RGB (Red+Green+Blue) = 99+42+21=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #632A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632A15 is #9CD5EA. Grayscale: #383838. Windows color (decimal): -10278379 or 1387107. OLE color: 1387107.
HSL color Cylindrical-coordinate representation of color #632A15: hue angle of 16.15º 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 #632A15 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 42 | 21 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.61 |
| HSL | 16.15º | 0.65% | 0.24% | - |
| HSV(B) | 16.15º | 0.79% | 0.39% | - |
| XYZ | 6.11 | 4.36 | 1.23 | - |
| YUV | 56.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 21 | 0 | 0.58 | 0.79 | 0.61 | 16.15 | 0.65 | 0.24 |
| Hex | 63 | 2A | 15 | 0 | 3A | 4F | 3D | 10 | 41 | 18 |
| Octal | 143 | 52 | 25 | 0 | 72 | 117 | 75 | 20 | 101 | 30 |
| Binary | 1100011 | 101010 | 10101 | 0 | 111010 | 1001111 | 111101 | 10000 | 1000001 | 11000 |
Color Harmonies of #632A15
Complementary color
Monochromatic Colors of #632A15
Black with #632A15
Text Example
Text Example
White with #632A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632A15; }
p { color: rgb(99,42,21); }
H1.HeaderClassName
{
color: #632A15;
}
.AnyTagClassName
{
color: #632A15;
}
</style>
background-color css
<style>
a { background-color: #632A15; }
a { background-color: rgb(99,42,21); }
div.DivClassName
{
background-color: #632A15;
}
.BgClassName
{
background-color: #632A15;
}
</style>
border-color css
<style>
span { border-color: #632A15; }
span { border-color: rgb(99,42,21); }
td.TdClassName
{
border-color: #632A15;
}
.TagClassName
{
border-color: #632A15;
}
</style>