Shades of Baker's Chocolate #62260F
Tints of Baker's Chocolate #62260F
RGB
CMYK
RGB Variations
Color information
#62260F (or 0x62260F) is known color: Baker's Chocolate. HEX triplet: 62, 26 and 0F. RGB value is (98,38,15). Sum of RGB (Red+Green+Blue) = 98+38+15=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #62260F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62260F is #9DD9F0. Grayscale: #353535. Windows color (decimal): -10344945 or 992866. OLE color: 992866.
HSL color Cylindrical-coordinate representation of color #62260F: hue angle of 16.63º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62260F is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 38 | 15 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.62 |
| HSL | 16.63º | 0.73% | 0.22% | - |
| HSV(B) | 16.63º | 0.85% | 0.38% | - |
| XYZ | 5.82 | 4.02 | 0.92 | - |
| YUV | 53.32 | 106.38 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 15 | 0 | 0.61 | 0.85 | 0.62 | 16.63 | 0.73 | 0.22 |
| Hex | 62 | 26 | F | 0 | 3D | 55 | 3E | 11 | 49 | 16 |
| Octal | 142 | 46 | 17 | 0 | 75 | 125 | 76 | 21 | 111 | 26 |
| Binary | 1100010 | 100110 | 1111 | 0 | 111101 | 1010101 | 111110 | 10001 | 1001001 | 10110 |
Color Harmonies of #62260F
Complementary color
Monochromatic Colors of #62260F
Black with #62260F
Text Example
Text Example
White with #62260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62260F; }
p { color: rgb(98,38,15); }
H1.HeaderClassName
{
color: #62260F;
}
.AnyTagClassName
{
color: #62260F;
}
</style>
background-color css
<style>
a { background-color: #62260F; }
a { background-color: rgb(98,38,15); }
div.DivClassName
{
background-color: #62260F;
}
.BgClassName
{
background-color: #62260F;
}
</style>
border-color css
<style>
span { border-color: #62260F; }
span { border-color: rgb(98,38,15); }
td.TdClassName
{
border-color: #62260F;
}
.TagClassName
{
border-color: #62260F;
}
</style>