Shades of Baker's Chocolate #632D09
Tints of Baker's Chocolate #632D09
RGB
CMYK
RGB Variations
Color information
#632D09 (or 0x632D09) is known color: Baker's Chocolate. HEX triplet: 63, 2D and 09. RGB value is (99,45,9). Sum of RGB (Red+Green+Blue) = 99+45+9=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #632D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632D09 is #9CD2F6. Grayscale: #393939. Windows color (decimal): -10277623 or 601443. OLE color: 601443.
HSL color Cylindrical-coordinate representation of color #632D09: hue angle of 24º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #632D09 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 45 | 9 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.61 |
| HSL | 24º | 0.83% | 0.21% | - |
| HSV(B) | 24º | 0.91% | 0.39% | - |
| XYZ | 6.13 | 4.55 | 0.81 | - |
| YUV | 57.04 | 100.89 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 9 | 0 | 0.55 | 0.91 | 0.61 | 24 | 0.83 | 0.21 |
| Hex | 63 | 2D | 9 | 0 | 37 | 5B | 3D | 18 | 53 | 15 |
| Octal | 143 | 55 | 11 | 0 | 67 | 133 | 75 | 30 | 123 | 25 |
| Binary | 1100011 | 101101 | 1001 | 0 | 110111 | 1011011 | 111101 | 11000 | 1010011 | 10101 |
Color Harmonies of #632D09
Complementary color
Monochromatic Colors of #632D09
Black with #632D09
Text Example
Text Example
White with #632D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632D09; }
p { color: rgb(99,45,9); }
H1.HeaderClassName
{
color: #632D09;
}
.AnyTagClassName
{
color: #632D09;
}
</style>
background-color css
<style>
a { background-color: #632D09; }
a { background-color: rgb(99,45,9); }
div.DivClassName
{
background-color: #632D09;
}
.BgClassName
{
background-color: #632D09;
}
</style>
border-color css
<style>
span { border-color: #632D09; }
span { border-color: rgb(99,45,9); }
td.TdClassName
{
border-color: #632D09;
}
.TagClassName
{
border-color: #632D09;
}
</style>