Shades of Baker's Chocolate #632209
Tints of Baker's Chocolate #632209
RGB
CMYK
RGB Variations
Color information
#632209 (or 0x632209) is known color: Baker's Chocolate. HEX triplet: 63, 22 and 09. RGB value is (99,34,9). Sum of RGB (Red+Green+Blue) = 99+34+9=142 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.72% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 99 - color contains mainly: red. Hex color #632209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632209 is #9CDDF6. Grayscale: #323232. Windows color (decimal): -10280439 or 598627. OLE color: 598627.
HSL color Cylindrical-coordinate representation of color #632209: hue angle of 16.67º 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 #632209 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 9 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.61 |
| HSL | 16.67º | 0.83% | 0.21% | - |
| HSV(B) | 16.67º | 0.91% | 0.39% | - |
| XYZ | 5.77 | 3.82 | 0.69 | - |
| YUV | 50.59 | 104.53 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 9 | 0 | 0.66 | 0.91 | 0.61 | 16.67 | 0.83 | 0.21 |
| Hex | 63 | 22 | 9 | 0 | 42 | 5B | 3D | 11 | 53 | 15 |
| Octal | 143 | 42 | 11 | 0 | 102 | 133 | 75 | 21 | 123 | 25 |
| Binary | 1100011 | 100010 | 1001 | 0 | 1000010 | 1011011 | 111101 | 10001 | 1010011 | 10101 |
Color Harmonies of #632209
Complementary color
Monochromatic Colors of #632209
Black with #632209
Text Example
Text Example
White with #632209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632209; }
p { color: rgb(99,34,9); }
H1.HeaderClassName
{
color: #632209;
}
.AnyTagClassName
{
color: #632209;
}
</style>
background-color css
<style>
a { background-color: #632209; }
a { background-color: rgb(99,34,9); }
div.DivClassName
{
background-color: #632209;
}
.BgClassName
{
background-color: #632209;
}
</style>
border-color css
<style>
span { border-color: #632209; }
span { border-color: rgb(99,34,9); }
td.TdClassName
{
border-color: #632209;
}
.TagClassName
{
border-color: #632209;
}
</style>