Shades of Baker's Chocolate #633602
Tints of Baker's Chocolate #633602
RGB
CMYK
RGB Variations
Color information
#633602 (or 0x633602) is known color: Baker's Chocolate. HEX triplet: 63, 36 and 02. RGB value is (99,54,2). Sum of RGB (Red+Green+Blue) = 99+54+2=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #633602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633602 is #9CC9FD. Grayscale: #3D3D3D. Windows color (decimal): -10275326 or 144995. OLE color: 144995.
HSL color Cylindrical-coordinate representation of color #633602: hue angle of 32.16º 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 #633602 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 54 | 2 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.61 |
| HSL | 32.16º | 0.96% | 0.2% | - |
| HSV(B) | 32.16º | 0.98% | 0.39% | - |
| XYZ | 6.48 | 5.3 | 0.74 | - |
| YUV | 61.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 2 | 0 | 0.45 | 0.98 | 0.61 | 32.16 | 0.96 | 0.2 |
| Hex | 63 | 36 | 2 | 0 | 2D | 62 | 3D | 20 | 60 | 14 |
| Octal | 143 | 66 | 2 | 0 | 55 | 142 | 75 | 40 | 140 | 24 |
| Binary | 1100011 | 110110 | 10 | 0 | 101101 | 1100010 | 111101 | 100000 | 1100000 | 10100 |
Color Harmonies of #633602
Complementary color
Monochromatic Colors of #633602
Black with #633602
Text Example
Text Example
White with #633602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633602; }
p { color: rgb(99,54,2); }
H1.HeaderClassName
{
color: #633602;
}
.AnyTagClassName
{
color: #633602;
}
</style>
background-color css
<style>
a { background-color: #633602; }
a { background-color: rgb(99,54,2); }
div.DivClassName
{
background-color: #633602;
}
.BgClassName
{
background-color: #633602;
}
</style>
border-color css
<style>
span { border-color: #633602; }
span { border-color: rgb(99,54,2); }
td.TdClassName
{
border-color: #633602;
}
.TagClassName
{
border-color: #633602;
}
</style>