Shades of Baker's Chocolate #62360C
Tints of Baker's Chocolate #62360C
RGB
CMYK
RGB Variations
Color information
#62360C (or 0x62360C) is known color: Baker's Chocolate. HEX triplet: 62, 36 and 0C. RGB value is (98,54,12). Sum of RGB (Red+Green+Blue) = 98+54+12=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #62360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62360C is #9DC9F3. Grayscale: #3E3E3E. Windows color (decimal): -10340852 or 800354. OLE color: 800354.
HSL color Cylindrical-coordinate representation of color #62360C: hue angle of 29.3º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62360C is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 54 | 12 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.62 |
| HSL | 29.3º | 0.78% | 0.22% | - |
| HSV(B) | 29.3º | 0.88% | 0.38% | - |
| XYZ | 6.42 | 5.26 | 1.02 | - |
| YUV | 62.37 | 99.58 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 54 | 12 | 0 | 0.45 | 0.88 | 0.62 | 29.3 | 0.78 | 0.22 |
| Hex | 62 | 36 | C | 0 | 2D | 58 | 3E | 1D | 4E | 16 |
| Octal | 142 | 66 | 14 | 0 | 55 | 130 | 76 | 35 | 116 | 26 |
| Binary | 1100010 | 110110 | 1100 | 0 | 101101 | 1011000 | 111110 | 11101 | 1001110 | 10110 |
Color Harmonies of #62360C
Complementary color
Monochromatic Colors of #62360C
Black with #62360C
Text Example
Text Example
White with #62360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62360C; }
p { color: rgb(98,54,12); }
H1.HeaderClassName
{
color: #62360C;
}
.AnyTagClassName
{
color: #62360C;
}
</style>
background-color css
<style>
a { background-color: #62360C; }
a { background-color: rgb(98,54,12); }
div.DivClassName
{
background-color: #62360C;
}
.BgClassName
{
background-color: #62360C;
}
</style>
border-color css
<style>
span { border-color: #62360C; }
span { border-color: rgb(98,54,12); }
td.TdClassName
{
border-color: #62360C;
}
.TagClassName
{
border-color: #62360C;
}
</style>