Shades of Baker's Chocolate #623511
Tints of Baker's Chocolate #623511
RGB
CMYK
RGB Variations
Color information
#623511 (or 0x623511) is known color: Baker's Chocolate. HEX triplet: 62, 35 and 11. RGB value is (98,53,17). Sum of RGB (Red+Green+Blue) = 98+53+17=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #623511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623511 is #9DCAEE. Grayscale: #3E3E3E. Windows color (decimal): -10341103 or 1127778. OLE color: 1127778.
HSL color Cylindrical-coordinate representation of color #623511: hue angle of 26.67º 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 #623511 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 53 | 17 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.62 |
| HSL | 26.67º | 0.7% | 0.23% | - |
| HSV(B) | 26.67º | 0.83% | 0.38% | - |
| XYZ | 6.41 | 5.18 | 1.19 | - |
| YUV | 62.35 | 102.41 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 17 | 0 | 0.46 | 0.83 | 0.62 | 26.67 | 0.7 | 0.23 |
| Hex | 62 | 35 | 11 | 0 | 2E | 53 | 3E | 1B | 46 | 17 |
| Octal | 142 | 65 | 21 | 0 | 56 | 123 | 76 | 33 | 106 | 27 |
| Binary | 1100010 | 110101 | 10001 | 0 | 101110 | 1010011 | 111110 | 11011 | 1000110 | 10111 |
Color Harmonies of #623511
Complementary color
Monochromatic Colors of #623511
Black with #623511
Text Example
Text Example
White with #623511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623511; }
p { color: rgb(98,53,17); }
H1.HeaderClassName
{
color: #623511;
}
.AnyTagClassName
{
color: #623511;
}
</style>
background-color css
<style>
a { background-color: #623511; }
a { background-color: rgb(98,53,17); }
div.DivClassName
{
background-color: #623511;
}
.BgClassName
{
background-color: #623511;
}
</style>
border-color css
<style>
span { border-color: #623511; }
span { border-color: rgb(98,53,17); }
td.TdClassName
{
border-color: #623511;
}
.TagClassName
{
border-color: #623511;
}
</style>