Shades of Baker's Chocolate #623501
Tints of Baker's Chocolate #623501
RGB
CMYK
RGB Variations
Color information
#623501 (or 0x623501) is known color: Baker's Chocolate. HEX triplet: 62, 35 and 01. RGB value is (98,53,1). Sum of RGB (Red+Green+Blue) = 98+53+1=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #623501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623501 is #9DCAFE. Grayscale: #3C3C3C. Windows color (decimal): -10341119 or 79202. OLE color: 79202.
HSL color Cylindrical-coordinate representation of color #623501: hue angle of 32.16º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #623501 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 53 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.62 |
| HSL | 32.16º | 0.98% | 0.19% | - |
| HSV(B) | 32.16º | 0.99% | 0.38% | - |
| XYZ | 6.32 | 5.15 | 0.69 | - |
| YUV | 60.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 1 | 0 | 0.46 | 0.99 | 0.62 | 32.16 | 0.98 | 0.19 |
| Hex | 62 | 35 | 1 | 0 | 2E | 63 | 3E | 20 | 62 | 13 |
| Octal | 142 | 65 | 1 | 0 | 56 | 143 | 76 | 40 | 142 | 23 |
| Binary | 1100010 | 110101 | 1 | 0 | 101110 | 1100011 | 111110 | 100000 | 1100010 | 10011 |
Color Harmonies of #623501
Complementary color
Monochromatic Colors of #623501
Black with #623501
Text Example
Text Example
White with #623501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623501; }
p { color: rgb(98,53,1); }
H1.HeaderClassName
{
color: #623501;
}
.AnyTagClassName
{
color: #623501;
}
</style>
background-color css
<style>
a { background-color: #623501; }
a { background-color: rgb(98,53,1); }
div.DivClassName
{
background-color: #623501;
}
.BgClassName
{
background-color: #623501;
}
</style>
border-color css
<style>
span { border-color: #623501; }
span { border-color: rgb(98,53,1); }
td.TdClassName
{
border-color: #623501;
}
.TagClassName
{
border-color: #623501;
}
</style>