Shades of Baker's Chocolate #632202
Tints of Baker's Chocolate #632202
RGB
CMYK
RGB Variations
Color information
#632202 (or 0x632202) is known color: Baker's Chocolate. HEX triplet: 63, 22 and 02. RGB value is (99,34,2). Sum of RGB (Red+Green+Blue) = 99+34+2=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #632202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632202 is #9CDDFD. Grayscale: #313131. Windows color (decimal): -10280446 or 139875. OLE color: 139875.
HSL color Cylindrical-coordinate representation of color #632202: hue angle of 19.79º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #632202 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 2 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.61 |
| HSL | 19.79º | 0.96% | 0.2% | - |
| HSV(B) | 19.79º | 0.98% | 0.39% | - |
| XYZ | 5.73 | 3.8 | 0.49 | - |
| YUV | 49.79 | 101.03 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 2 | 0 | 0.66 | 0.98 | 0.61 | 19.79 | 0.96 | 0.2 |
| Hex | 63 | 22 | 2 | 0 | 42 | 62 | 3D | 14 | 60 | 14 |
| Octal | 143 | 42 | 2 | 0 | 102 | 142 | 75 | 24 | 140 | 24 |
| Binary | 1100011 | 100010 | 10 | 0 | 1000010 | 1100010 | 111101 | 10100 | 1100000 | 10100 |
Color Harmonies of #632202
Complementary color
Monochromatic Colors of #632202
Black with #632202
Text Example
Text Example
White with #632202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632202; }
p { color: rgb(99,34,2); }
H1.HeaderClassName
{
color: #632202;
}
.AnyTagClassName
{
color: #632202;
}
</style>
background-color css
<style>
a { background-color: #632202; }
a { background-color: rgb(99,34,2); }
div.DivClassName
{
background-color: #632202;
}
.BgClassName
{
background-color: #632202;
}
</style>
border-color css
<style>
span { border-color: #632202; }
span { border-color: rgb(99,34,2); }
td.TdClassName
{
border-color: #632202;
}
.TagClassName
{
border-color: #632202;
}
</style>