Shades of Baker's Chocolate #633403
Tints of Baker's Chocolate #633403
RGB
CMYK
RGB Variations
Color information
#633403 (or 0x633403) is known color: Baker's Chocolate. HEX triplet: 63, 34 and 03. RGB value is (99,52,3). Sum of RGB (Red+Green+Blue) = 99+52+3=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #633403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633403 is #9CCBFC. Grayscale: #3C3C3C. Windows color (decimal): -10275837 or 210019. OLE color: 210019.
HSL color Cylindrical-coordinate representation of color #633403: hue angle of 30.63º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #633403 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 52 | 3 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.61 |
| HSL | 30.63º | 0.94% | 0.2% | - |
| HSV(B) | 30.63º | 0.97% | 0.39% | - |
| XYZ | 6.39 | 5.12 | 0.74 | - |
| YUV | 60.47 | 95.57 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 52 | 3 | 0 | 0.47 | 0.97 | 0.61 | 30.63 | 0.94 | 0.2 |
| Hex | 63 | 34 | 3 | 0 | 2F | 61 | 3D | 1F | 5E | 14 |
| Octal | 143 | 64 | 3 | 0 | 57 | 141 | 75 | 37 | 136 | 24 |
| Binary | 1100011 | 110100 | 11 | 0 | 101111 | 1100001 | 111101 | 11111 | 1011110 | 10100 |
Color Harmonies of #633403
Complementary color
Monochromatic Colors of #633403
Black with #633403
Text Example
Text Example
White with #633403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633403; }
p { color: rgb(99,52,3); }
H1.HeaderClassName
{
color: #633403;
}
.AnyTagClassName
{
color: #633403;
}
</style>
background-color css
<style>
a { background-color: #633403; }
a { background-color: rgb(99,52,3); }
div.DivClassName
{
background-color: #633403;
}
.BgClassName
{
background-color: #633403;
}
</style>
border-color css
<style>
span { border-color: #633403; }
span { border-color: rgb(99,52,3); }
td.TdClassName
{
border-color: #633403;
}
.TagClassName
{
border-color: #633403;
}
</style>