Shades of Baker's Chocolate #632102
Tints of Baker's Chocolate #632102
RGB
CMYK
RGB Variations
Color information
#632102 (or 0x632102) is known color: Baker's Chocolate. HEX triplet: 63, 21 and 02. RGB value is (99,33,2). Sum of RGB (Red+Green+Blue) = 99+33+2=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #632102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632102 is #9CDEFD. Grayscale: #313131. Windows color (decimal): -10280702 or 139619. OLE color: 139619.
HSL color Cylindrical-coordinate representation of color #632102: hue angle of 19.18º 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 #632102 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 33 | 2 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.61 |
| HSL | 19.18º | 0.96% | 0.2% | - |
| HSV(B) | 19.18º | 0.98% | 0.39% | - |
| XYZ | 5.7 | 3.74 | 0.48 | - |
| YUV | 49.2 | 101.37 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 2 | 0 | 0.67 | 0.98 | 0.61 | 19.18 | 0.96 | 0.2 |
| Hex | 63 | 21 | 2 | 0 | 43 | 62 | 3D | 13 | 60 | 14 |
| Octal | 143 | 41 | 2 | 0 | 103 | 142 | 75 | 23 | 140 | 24 |
| Binary | 1100011 | 100001 | 10 | 0 | 1000011 | 1100010 | 111101 | 10011 | 1100000 | 10100 |
Color Harmonies of #632102
Complementary color
Monochromatic Colors of #632102
Black with #632102
Text Example
Text Example
White with #632102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632102; }
p { color: rgb(99,33,2); }
H1.HeaderClassName
{
color: #632102;
}
.AnyTagClassName
{
color: #632102;
}
</style>
background-color css
<style>
a { background-color: #632102; }
a { background-color: rgb(99,33,2); }
div.DivClassName
{
background-color: #632102;
}
.BgClassName
{
background-color: #632102;
}
</style>
border-color css
<style>
span { border-color: #632102; }
span { border-color: rgb(99,33,2); }
td.TdClassName
{
border-color: #632102;
}
.TagClassName
{
border-color: #632102;
}
</style>