Shades of Baker's Chocolate #623109
Tints of Baker's Chocolate #623109
RGB
CMYK
RGB Variations
Color information
#623109 (or 0x623109) is known color: Baker's Chocolate. HEX triplet: 62, 31 and 09. RGB value is (98,49,9). Sum of RGB (Red+Green+Blue) = 98+49+9=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #623109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623109 is #9DCEF6. Grayscale: #3B3B3B. Windows color (decimal): -10342135 or 602466. OLE color: 602466.
HSL color Cylindrical-coordinate representation of color #623109: hue angle of 26.97º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #623109 is Cyan = 0, Magento = 0.5, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 49 | 9 | - |
| CMYK | 0 | 0.5 | 0.91 | 0.62 |
| HSL | 26.97º | 0.83% | 0.21% | - |
| HSV(B) | 26.97º | 0.91% | 0.38% | - |
| XYZ | 6.18 | 4.81 | 0.86 | - |
| YUV | 59.09 | 99.73 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 49 | 9 | 0 | 0.5 | 0.91 | 0.62 | 26.97 | 0.83 | 0.21 |
| Hex | 62 | 31 | 9 | 0 | 32 | 5B | 3E | 1B | 53 | 15 |
| Octal | 142 | 61 | 11 | 0 | 62 | 133 | 76 | 33 | 123 | 25 |
| Binary | 1100010 | 110001 | 1001 | 0 | 110010 | 1011011 | 111110 | 11011 | 1010011 | 10101 |
Color Harmonies of #623109
Complementary color
Monochromatic Colors of #623109
Black with #623109
Text Example
Text Example
White with #623109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623109; }
p { color: rgb(98,49,9); }
H1.HeaderClassName
{
color: #623109;
}
.AnyTagClassName
{
color: #623109;
}
</style>
background-color css
<style>
a { background-color: #623109; }
a { background-color: rgb(98,49,9); }
div.DivClassName
{
background-color: #623109;
}
.BgClassName
{
background-color: #623109;
}
</style>
border-color css
<style>
span { border-color: #623109; }
span { border-color: rgb(98,49,9); }
td.TdClassName
{
border-color: #623109;
}
.TagClassName
{
border-color: #623109;
}
</style>