Shades of Baker's Chocolate #60300F
Tints of Baker's Chocolate #60300F
RGB
CMYK
RGB Variations
Color information
#60300F (or 0x60300F) is known color: Baker's Chocolate. HEX triplet: 60, 30 and 0F. RGB value is (96,48,15). Sum of RGB (Red+Green+Blue) = 96+48+15=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #60300F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60300F is #9FCFF0. Grayscale: #3A3A3A. Windows color (decimal): -10473457 or 995424. OLE color: 995424.
HSL color Cylindrical-coordinate representation of color #60300F: hue angle of 24.44º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60300F is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 48 | 15 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.62 |
| HSL | 24.44º | 0.73% | 0.22% | - |
| HSV(B) | 24.44º | 0.84% | 0.38% | - |
| XYZ | 5.97 | 4.64 | 1.03 | - |
| YUV | 58.59 | 103.4 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 15 | 0 | 0.50 | 0.84 | 0.62 | 24.44 | 0.73 | 0.22 |
| Hex | 60 | 30 | F | 0 | 32 | 54 | 3E | 18 | 49 | 16 |
| Octal | 140 | 60 | 17 | 0 | 62 | 124 | 76 | 30 | 111 | 26 |
| Binary | 1100000 | 110000 | 1111 | 0 | 110010 | 1010100 | 111110 | 11000 | 1001001 | 10110 |
Color Harmonies of #60300F
Complementary color
Monochromatic Colors of #60300F
Black with #60300F
Text Example
Text Example
White with #60300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60300F; }
p { color: rgb(96,48,15); }
H1.HeaderClassName
{
color: #60300F;
}
.AnyTagClassName
{
color: #60300F;
}
</style>
background-color css
<style>
a { background-color: #60300F; }
a { background-color: rgb(96,48,15); }
div.DivClassName
{
background-color: #60300F;
}
.BgClassName
{
background-color: #60300F;
}
</style>
border-color css
<style>
span { border-color: #60300F; }
span { border-color: rgb(96,48,15); }
td.TdClassName
{
border-color: #60300F;
}
.TagClassName
{
border-color: #60300F;
}
</style>