Shades of Baker's Chocolate #623A11
Tints of Baker's Chocolate #623A11
RGB
CMYK
RGB Variations
Color information
#623A11 (or 0x623A11) is known color: Baker's Chocolate. HEX triplet: 62, 3A and 11. RGB value is (98,58,17). Sum of RGB (Red+Green+Blue) = 98+58+17=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #623A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623A11 is #9DC5EE. Grayscale: #414141. Windows color (decimal): -10339823 or 1129058. OLE color: 1129058.
HSL color Cylindrical-coordinate representation of color #623A11: hue angle of 30.37º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #623A11 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 58 | 17 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.62 |
| HSL | 30.37º | 0.7% | 0.23% | - |
| HSV(B) | 30.37º | 0.83% | 0.38% | - |
| XYZ | 6.65 | 5.66 | 1.27 | - |
| YUV | 65.29 | 100.75 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 58 | 17 | 0 | 0.41 | 0.83 | 0.62 | 30.37 | 0.7 | 0.23 |
| Hex | 62 | 3A | 11 | 0 | 29 | 53 | 3E | 1E | 46 | 17 |
| Octal | 142 | 72 | 21 | 0 | 51 | 123 | 76 | 36 | 106 | 27 |
| Binary | 1100010 | 111010 | 10001 | 0 | 101001 | 1010011 | 111110 | 11110 | 1000110 | 10111 |
Color Harmonies of #623A11
Complementary color
Monochromatic Colors of #623A11
Black with #623A11
Text Example
Text Example
White with #623A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623A11; }
p { color: rgb(98,58,17); }
H1.HeaderClassName
{
color: #623A11;
}
.AnyTagClassName
{
color: #623A11;
}
</style>
background-color css
<style>
a { background-color: #623A11; }
a { background-color: rgb(98,58,17); }
div.DivClassName
{
background-color: #623A11;
}
.BgClassName
{
background-color: #623A11;
}
</style>
border-color css
<style>
span { border-color: #623A11; }
span { border-color: rgb(98,58,17); }
td.TdClassName
{
border-color: #623A11;
}
.TagClassName
{
border-color: #623A11;
}
</style>