Shades of Baker's Chocolate #623012
Tints of Baker's Chocolate #623012
RGB
CMYK
RGB Variations
Color information
#623012 (or 0x623012) is known color: Baker's Chocolate. HEX triplet: 62, 30 and 12. RGB value is (98,48,18). Sum of RGB (Red+Green+Blue) = 98+48+18=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #623012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623012 is #9DCFED. Grayscale: #3B3B3B. Windows color (decimal): -10342382 or 1192034. OLE color: 1192034.
HSL color Cylindrical-coordinate representation of color #623012: hue angle of 22.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #623012 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 48 | 18 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.62 |
| HSL | 22.5º | 0.69% | 0.23% | - |
| HSV(B) | 22.5º | 0.82% | 0.38% | - |
| XYZ | 6.2 | 4.75 | 1.16 | - |
| YUV | 59.53 | 104.57 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 48 | 18 | 0 | 0.51 | 0.82 | 0.62 | 22.5 | 0.69 | 0.23 |
| Hex | 62 | 30 | 12 | 0 | 33 | 52 | 3E | 16 | 45 | 17 |
| Octal | 142 | 60 | 22 | 0 | 63 | 122 | 76 | 26 | 105 | 27 |
| Binary | 1100010 | 110000 | 10010 | 0 | 110011 | 1010010 | 111110 | 10110 | 1000101 | 10111 |
Color Harmonies of #623012
Complementary color
Monochromatic Colors of #623012
Black with #623012
Text Example
Text Example
White with #623012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623012; }
p { color: rgb(98,48,18); }
H1.HeaderClassName
{
color: #623012;
}
.AnyTagClassName
{
color: #623012;
}
</style>
background-color css
<style>
a { background-color: #623012; }
a { background-color: rgb(98,48,18); }
div.DivClassName
{
background-color: #623012;
}
.BgClassName
{
background-color: #623012;
}
</style>
border-color css
<style>
span { border-color: #623012; }
span { border-color: rgb(98,48,18); }
td.TdClassName
{
border-color: #623012;
}
.TagClassName
{
border-color: #623012;
}
</style>