Shades of Baker's Chocolate #62310C
Tints of Baker's Chocolate #62310C
RGB
CMYK
RGB Variations
Color information
#62310C (or 0x62310C) is known color: Baker's Chocolate. HEX triplet: 62, 31 and 0C. RGB value is (98,49,12). Sum of RGB (Red+Green+Blue) = 98+49+12=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #62310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62310C is #9DCEF3. Grayscale: #3B3B3B. Windows color (decimal): -10342132 or 799074. OLE color: 799074.
HSL color Cylindrical-coordinate representation of color #62310C: hue angle of 25.81º 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 #62310C is Cyan = 0, Magento = 0.5, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 49 | 12 | - |
| CMYK | 0 | 0.5 | 0.88 | 0.62 |
| HSL | 25.81º | 0.78% | 0.22% | - |
| HSV(B) | 25.81º | 0.88% | 0.38% | - |
| XYZ | 6.2 | 4.82 | 0.95 | - |
| YUV | 59.43 | 101.23 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 49 | 12 | 0 | 0.5 | 0.88 | 0.62 | 25.81 | 0.78 | 0.22 |
| Hex | 62 | 31 | C | 0 | 32 | 58 | 3E | 1A | 4E | 16 |
| Octal | 142 | 61 | 14 | 0 | 62 | 130 | 76 | 32 | 116 | 26 |
| Binary | 1100010 | 110001 | 1100 | 0 | 110010 | 1011000 | 111110 | 11010 | 1001110 | 10110 |
Color Harmonies of #62310C
Complementary color
Monochromatic Colors of #62310C
Black with #62310C
Text Example
Text Example
White with #62310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62310C; }
p { color: rgb(98,49,12); }
H1.HeaderClassName
{
color: #62310C;
}
.AnyTagClassName
{
color: #62310C;
}
</style>
background-color css
<style>
a { background-color: #62310C; }
a { background-color: rgb(98,49,12); }
div.DivClassName
{
background-color: #62310C;
}
.BgClassName
{
background-color: #62310C;
}
</style>
border-color css
<style>
span { border-color: #62310C; }
span { border-color: rgb(98,49,12); }
td.TdClassName
{
border-color: #62310C;
}
.TagClassName
{
border-color: #62310C;
}
</style>