Shades of Baker's Chocolate #632205
Tints of Baker's Chocolate #632205
RGB
CMYK
RGB Variations
Color information
#632205 (or 0x632205) is known color: Baker's Chocolate. HEX triplet: 63, 22 and 05. RGB value is (99,34,5). Sum of RGB (Red+Green+Blue) = 99+34+5=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #632205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632205 is #9CDDFA. Grayscale: #323232. Windows color (decimal): -10280443 or 336483. OLE color: 336483.
HSL color Cylindrical-coordinate representation of color #632205: hue angle of 18.51º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #632205 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 5 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.61 |
| HSL | 18.51º | 0.9% | 0.2% | - |
| HSV(B) | 18.51º | 0.95% | 0.39% | - |
| XYZ | 5.75 | 3.81 | 0.58 | - |
| YUV | 50.13 | 102.53 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 5 | 0 | 0.66 | 0.95 | 0.61 | 18.51 | 0.9 | 0.2 |
| Hex | 63 | 22 | 5 | 0 | 42 | 5F | 3D | 13 | 5A | 14 |
| Octal | 143 | 42 | 5 | 0 | 102 | 137 | 75 | 23 | 132 | 24 |
| Binary | 1100011 | 100010 | 101 | 0 | 1000010 | 1011111 | 111101 | 10011 | 1011010 | 10100 |
Color Harmonies of #632205
Complementary color
Monochromatic Colors of #632205
Black with #632205
Text Example
Text Example
White with #632205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632205; }
p { color: rgb(99,34,5); }
H1.HeaderClassName
{
color: #632205;
}
.AnyTagClassName
{
color: #632205;
}
</style>
background-color css
<style>
a { background-color: #632205; }
a { background-color: rgb(99,34,5); }
div.DivClassName
{
background-color: #632205;
}
.BgClassName
{
background-color: #632205;
}
</style>
border-color css
<style>
span { border-color: #632205; }
span { border-color: rgb(99,34,5); }
td.TdClassName
{
border-color: #632205;
}
.TagClassName
{
border-color: #632205;
}
</style>