Shades of Baker's Chocolate #63300F
Tints of Baker's Chocolate #63300F
RGB
CMYK
RGB Variations
Color information
#63300F (or 0x63300F) is known color: Baker's Chocolate. HEX triplet: 63, 30 and 0F. RGB value is (99,48,15). Sum of RGB (Red+Green+Blue) = 99+48+15=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #63300F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63300F is #9CCFF0. Grayscale: #3B3B3B. Windows color (decimal): -10276849 or 995427. OLE color: 995427.
HSL color Cylindrical-coordinate representation of color #63300F: hue angle of 23.57º 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 #63300F is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 48 | 15 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.61 |
| HSL | 23.57º | 0.74% | 0.22% | - |
| HSV(B) | 23.57º | 0.85% | 0.39% | - |
| XYZ | 6.29 | 4.8 | 1.05 | - |
| YUV | 59.49 | 102.9 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 15 | 0 | 0.52 | 0.85 | 0.61 | 23.57 | 0.74 | 0.22 |
| Hex | 63 | 30 | F | 0 | 34 | 55 | 3D | 18 | 4A | 16 |
| Octal | 143 | 60 | 17 | 0 | 64 | 125 | 75 | 30 | 112 | 26 |
| Binary | 1100011 | 110000 | 1111 | 0 | 110100 | 1010101 | 111101 | 11000 | 1001010 | 10110 |
Color Harmonies of #63300F
Complementary color
Monochromatic Colors of #63300F
Black with #63300F
Text Example
Text Example
White with #63300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63300F; }
p { color: rgb(99,48,15); }
H1.HeaderClassName
{
color: #63300F;
}
.AnyTagClassName
{
color: #63300F;
}
</style>
background-color css
<style>
a { background-color: #63300F; }
a { background-color: rgb(99,48,15); }
div.DivClassName
{
background-color: #63300F;
}
.BgClassName
{
background-color: #63300F;
}
</style>
border-color css
<style>
span { border-color: #63300F; }
span { border-color: rgb(99,48,15); }
td.TdClassName
{
border-color: #63300F;
}
.TagClassName
{
border-color: #63300F;
}
</style>