Shades of Baker's Chocolate #623515
Tints of Baker's Chocolate #623515
RGB
CMYK
RGB Variations
Color information
#623515 (or 0x623515) is known color: Baker's Chocolate. HEX triplet: 62, 35 and 15. RGB value is (98,53,21). Sum of RGB (Red+Green+Blue) = 98+53+21=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #623515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623515 is #9DCAEA. Grayscale: #3E3E3E. Windows color (decimal): -10341099 or 1389922. OLE color: 1389922.
HSL color Cylindrical-coordinate representation of color #623515: hue angle of 24.94º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #623515 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 53 | 21 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.62 |
| HSL | 24.94º | 0.65% | 0.23% | - |
| HSV(B) | 24.94º | 0.79% | 0.38% | - |
| XYZ | 6.45 | 5.2 | 1.37 | - |
| YUV | 62.81 | 104.41 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 21 | 0 | 0.46 | 0.79 | 0.62 | 24.94 | 0.65 | 0.23 |
| Hex | 62 | 35 | 15 | 0 | 2E | 4F | 3E | 19 | 41 | 17 |
| Octal | 142 | 65 | 25 | 0 | 56 | 117 | 76 | 31 | 101 | 27 |
| Binary | 1100010 | 110101 | 10101 | 0 | 101110 | 1001111 | 111110 | 11001 | 1000001 | 10111 |
Color Harmonies of #623515
Complementary color
Monochromatic Colors of #623515
Black with #623515
Text Example
Text Example
White with #623515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623515; }
p { color: rgb(98,53,21); }
H1.HeaderClassName
{
color: #623515;
}
.AnyTagClassName
{
color: #623515;
}
</style>
background-color css
<style>
a { background-color: #623515; }
a { background-color: rgb(98,53,21); }
div.DivClassName
{
background-color: #623515;
}
.BgClassName
{
background-color: #623515;
}
</style>
border-color css
<style>
span { border-color: #623515; }
span { border-color: rgb(98,53,21); }
td.TdClassName
{
border-color: #623515;
}
.TagClassName
{
border-color: #623515;
}
</style>