Shades of Baker's Chocolate #633B16
Tints of Baker's Chocolate #633B16
RGB
CMYK
RGB Variations
Color information
#633B16 (or 0x633B16) is known color: Baker's Chocolate. HEX triplet: 63, 3B and 16. RGB value is (99,59,22). Sum of RGB (Red+Green+Blue) = 99+59+22=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #633B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633B16 is #9CC4E9. Grayscale: #424242. Windows color (decimal): -10274026 or 1456995. OLE color: 1456995.
HSL color Cylindrical-coordinate representation of color #633B16: hue angle of 28.83º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #633B16 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 59 | 22 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.61 |
| HSL | 28.83º | 0.64% | 0.24% | - |
| HSV(B) | 28.83º | 0.78% | 0.39% | - |
| XYZ | 6.85 | 5.84 | 1.52 | - |
| YUV | 66.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 59 | 22 | 0 | 0.40 | 0.78 | 0.61 | 28.83 | 0.64 | 0.24 |
| Hex | 63 | 3B | 16 | 0 | 28 | 4E | 3D | 1D | 40 | 18 |
| Octal | 143 | 73 | 26 | 0 | 50 | 116 | 75 | 35 | 100 | 30 |
| Binary | 1100011 | 111011 | 10110 | 0 | 101000 | 1001110 | 111101 | 11101 | 1000000 | 11000 |
Color Harmonies of #633B16
Complementary color
Monochromatic Colors of #633B16
Black with #633B16
Text Example
Text Example
White with #633B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633B16; }
p { color: rgb(99,59,22); }
H1.HeaderClassName
{
color: #633B16;
}
.AnyTagClassName
{
color: #633B16;
}
</style>
background-color css
<style>
a { background-color: #633B16; }
a { background-color: rgb(99,59,22); }
div.DivClassName
{
background-color: #633B16;
}
.BgClassName
{
background-color: #633B16;
}
</style>
border-color css
<style>
span { border-color: #633B16; }
span { border-color: rgb(99,59,22); }
td.TdClassName
{
border-color: #633B16;
}
.TagClassName
{
border-color: #633B16;
}
</style>