Shades of Baker's Chocolate #63360F
Tints of Baker's Chocolate #63360F
RGB
CMYK
RGB Variations
Color information
#63360F (or 0x63360F) is known color: Baker's Chocolate. HEX triplet: 63, 36 and 0F. RGB value is (99,54,15). Sum of RGB (Red+Green+Blue) = 99+54+15=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #63360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63360F is #9CC9F0. Grayscale: #3F3F3F. Windows color (decimal): -10275313 or 996963. OLE color: 996963.
HSL color Cylindrical-coordinate representation of color #63360F: hue angle of 27.86º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63360F is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 54 | 15 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.61 |
| HSL | 27.86º | 0.74% | 0.22% | - |
| HSV(B) | 27.86º | 0.85% | 0.39% | - |
| XYZ | 6.55 | 5.33 | 1.13 | - |
| YUV | 63.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 15 | 0 | 0.45 | 0.85 | 0.61 | 27.86 | 0.74 | 0.22 |
| Hex | 63 | 36 | F | 0 | 2D | 55 | 3D | 1C | 4A | 16 |
| Octal | 143 | 66 | 17 | 0 | 55 | 125 | 75 | 34 | 112 | 26 |
| Binary | 1100011 | 110110 | 1111 | 0 | 101101 | 1010101 | 111101 | 11100 | 1001010 | 10110 |
Color Harmonies of #63360F
Complementary color
Monochromatic Colors of #63360F
Black with #63360F
Text Example
Text Example
White with #63360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63360F; }
p { color: rgb(99,54,15); }
H1.HeaderClassName
{
color: #63360F;
}
.AnyTagClassName
{
color: #63360F;
}
</style>
background-color css
<style>
a { background-color: #63360F; }
a { background-color: rgb(99,54,15); }
div.DivClassName
{
background-color: #63360F;
}
.BgClassName
{
background-color: #63360F;
}
</style>
border-color css
<style>
span { border-color: #63360F; }
span { border-color: rgb(99,54,15); }
td.TdClassName
{
border-color: #63360F;
}
.TagClassName
{
border-color: #63360F;
}
</style>