Shades of Baker's Chocolate #632A09
Tints of Baker's Chocolate #632A09
RGB
CMYK
RGB Variations
Color information
#632A09 (or 0x632A09) is known color: Baker's Chocolate. HEX triplet: 63, 2A and 09. RGB value is (99,42,9). Sum of RGB (Red+Green+Blue) = 99+42+9=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #632A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632A09 is #9CD5F6. Grayscale: #373737. Windows color (decimal): -10278391 or 600675. OLE color: 600675.
HSL color Cylindrical-coordinate representation of color #632A09: hue angle of 22º 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 #632A09 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 42 | 9 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.61 |
| HSL | 22º | 0.83% | 0.21% | - |
| HSV(B) | 22º | 0.91% | 0.39% | - |
| XYZ | 6.02 | 4.33 | 0.78 | - |
| YUV | 55.28 | 101.88 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 9 | 0 | 0.58 | 0.91 | 0.61 | 22 | 0.83 | 0.21 |
| Hex | 63 | 2A | 9 | 0 | 3A | 5B | 3D | 16 | 53 | 15 |
| Octal | 143 | 52 | 11 | 0 | 72 | 133 | 75 | 26 | 123 | 25 |
| Binary | 1100011 | 101010 | 1001 | 0 | 111010 | 1011011 | 111101 | 10110 | 1010011 | 10101 |
Color Harmonies of #632A09
Complementary color
Monochromatic Colors of #632A09
Black with #632A09
Text Example
Text Example
White with #632A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632A09; }
p { color: rgb(99,42,9); }
H1.HeaderClassName
{
color: #632A09;
}
.AnyTagClassName
{
color: #632A09;
}
</style>
background-color css
<style>
a { background-color: #632A09; }
a { background-color: rgb(99,42,9); }
div.DivClassName
{
background-color: #632A09;
}
.BgClassName
{
background-color: #632A09;
}
</style>
border-color css
<style>
span { border-color: #632A09; }
span { border-color: rgb(99,42,9); }
td.TdClassName
{
border-color: #632A09;
}
.TagClassName
{
border-color: #632A09;
}
</style>