Shades of Baker's Chocolate #623A12
Tints of Baker's Chocolate #623A12
RGB
CMYK
RGB Variations
Color information
#623A12 (or 0x623A12) is known color: Baker's Chocolate. HEX triplet: 62, 3A and 12. RGB value is (98,58,18). Sum of RGB (Red+Green+Blue) = 98+58+18=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #623A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623A12 is #9DC5ED. Grayscale: #414141. Windows color (decimal): -10339822 or 1194594. OLE color: 1194594.
HSL color Cylindrical-coordinate representation of color #623A12: hue angle of 30º 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 #623A12 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 58 | 18 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.62 |
| HSL | 30º | 0.69% | 0.23% | - |
| HSV(B) | 30º | 0.82% | 0.38% | - |
| XYZ | 6.66 | 5.67 | 1.32 | - |
| YUV | 65.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 58 | 18 | 0 | 0.41 | 0.82 | 0.62 | 30 | 0.69 | 0.23 |
| Hex | 62 | 3A | 12 | 0 | 29 | 52 | 3E | 1E | 45 | 17 |
| Octal | 142 | 72 | 22 | 0 | 51 | 122 | 76 | 36 | 105 | 27 |
| Binary | 1100010 | 111010 | 10010 | 0 | 101001 | 1010010 | 111110 | 11110 | 1000101 | 10111 |
Color Harmonies of #623A12
Complementary color
Monochromatic Colors of #623A12
Black with #623A12
Text Example
Text Example
White with #623A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623A12; }
p { color: rgb(98,58,18); }
H1.HeaderClassName
{
color: #623A12;
}
.AnyTagClassName
{
color: #623A12;
}
</style>
background-color css
<style>
a { background-color: #623A12; }
a { background-color: rgb(98,58,18); }
div.DivClassName
{
background-color: #623A12;
}
.BgClassName
{
background-color: #623A12;
}
</style>
border-color css
<style>
span { border-color: #623A12; }
span { border-color: rgb(98,58,18); }
td.TdClassName
{
border-color: #623A12;
}
.TagClassName
{
border-color: #623A12;
}
</style>