Shades of Baker's Chocolate #633413
Tints of Baker's Chocolate #633413
RGB
CMYK
RGB Variations
Color information
#633413 (or 0x633413) is known color: Baker's Chocolate. HEX triplet: 63, 34 and 13. RGB value is (99,52,19). Sum of RGB (Red+Green+Blue) = 99+52+19=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #633413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633413 is #9CCBEC. Grayscale: #3E3E3E. Windows color (decimal): -10275821 or 1258595. OLE color: 1258595.
HSL color Cylindrical-coordinate representation of color #633413: hue angle of 24.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #633413 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 52 | 19 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.61 |
| HSL | 24.75º | 0.68% | 0.23% | - |
| HSV(B) | 24.75º | 0.81% | 0.39% | - |
| XYZ | 6.49 | 5.16 | 1.27 | - |
| YUV | 62.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 52 | 19 | 0 | 0.47 | 0.81 | 0.61 | 24.75 | 0.68 | 0.23 |
| Hex | 63 | 34 | 13 | 0 | 2F | 51 | 3D | 19 | 44 | 17 |
| Octal | 143 | 64 | 23 | 0 | 57 | 121 | 75 | 31 | 104 | 27 |
| Binary | 1100011 | 110100 | 10011 | 0 | 101111 | 1010001 | 111101 | 11001 | 1000100 | 10111 |
Color Harmonies of #633413
Complementary color
Monochromatic Colors of #633413
Black with #633413
Text Example
Text Example
White with #633413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633413; }
p { color: rgb(99,52,19); }
H1.HeaderClassName
{
color: #633413;
}
.AnyTagClassName
{
color: #633413;
}
</style>
background-color css
<style>
a { background-color: #633413; }
a { background-color: rgb(99,52,19); }
div.DivClassName
{
background-color: #633413;
}
.BgClassName
{
background-color: #633413;
}
</style>
border-color css
<style>
span { border-color: #633413; }
span { border-color: rgb(99,52,19); }
td.TdClassName
{
border-color: #633413;
}
.TagClassName
{
border-color: #633413;
}
</style>