Shades of Baker's Chocolate #603E0F
Tints of Baker's Chocolate #603E0F
RGB
CMYK
RGB Variations
Color information
#603E0F (or 0x603E0F) is known color: Baker's Chocolate. HEX triplet: 60, 3E and 0F. RGB value is (96,62,15). Sum of RGB (Red+Green+Blue) = 96+62+15=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #603E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603E0F is #9FC1F0. Grayscale: #434343. Windows color (decimal): -10469873 or 999008. OLE color: 999008.
HSL color Cylindrical-coordinate representation of color #603E0F: hue angle of 34.81º 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 #603E0F is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 62 | 15 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.62 |
| HSL | 34.81º | 0.73% | 0.22% | - |
| HSV(B) | 34.81º | 0.84% | 0.38% | - |
| XYZ | 6.63 | 5.97 | 1.25 | - |
| YUV | 66.81 | 98.76 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 15 | 0 | 0.35 | 0.84 | 0.62 | 34.81 | 0.73 | 0.22 |
| Hex | 60 | 3E | F | 0 | 23 | 54 | 3E | 23 | 49 | 16 |
| Octal | 140 | 76 | 17 | 0 | 43 | 124 | 76 | 43 | 111 | 26 |
| Binary | 1100000 | 111110 | 1111 | 0 | 100011 | 1010100 | 111110 | 100011 | 1001001 | 10110 |
Color Harmonies of #603E0F
Complementary color
Monochromatic Colors of #603E0F
Black with #603E0F
Text Example
Text Example
White with #603E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603E0F; }
p { color: rgb(96,62,15); }
H1.HeaderClassName
{
color: #603E0F;
}
.AnyTagClassName
{
color: #603E0F;
}
</style>
background-color css
<style>
a { background-color: #603E0F; }
a { background-color: rgb(96,62,15); }
div.DivClassName
{
background-color: #603E0F;
}
.BgClassName
{
background-color: #603E0F;
}
</style>
border-color css
<style>
span { border-color: #603E0F; }
span { border-color: rgb(96,62,15); }
td.TdClassName
{
border-color: #603E0F;
}
.TagClassName
{
border-color: #603E0F;
}
</style>