Shades of Baker's Chocolate #623802
Tints of Baker's Chocolate #623802
RGB
CMYK
RGB Variations
Color information
#623802 (or 0x623802) is known color: Baker's Chocolate. HEX triplet: 62, 38 and 02. RGB value is (98,56,2). Sum of RGB (Red+Green+Blue) = 98+56+2=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #623802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623802 is #9DC7FD. Grayscale: #3E3E3E. Windows color (decimal): -10340350 or 145506. OLE color: 145506.
HSL color Cylindrical-coordinate representation of color #623802: hue angle of 33.75º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #623802 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 56 | 2 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.62 |
| HSL | 33.75º | 0.96% | 0.2% | - |
| HSV(B) | 33.75º | 0.98% | 0.38% | - |
| XYZ | 6.46 | 5.43 | 0.76 | - |
| YUV | 62.4 | 93.91 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 56 | 2 | 0 | 0.43 | 0.98 | 0.62 | 33.75 | 0.96 | 0.2 |
| Hex | 62 | 38 | 2 | 0 | 2B | 62 | 3E | 22 | 60 | 14 |
| Octal | 142 | 70 | 2 | 0 | 53 | 142 | 76 | 42 | 140 | 24 |
| Binary | 1100010 | 111000 | 10 | 0 | 101011 | 1100010 | 111110 | 100010 | 1100000 | 10100 |
Color Harmonies of #623802
Complementary color
Monochromatic Colors of #623802
Black with #623802
Text Example
Text Example
White with #623802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623802; }
p { color: rgb(98,56,2); }
H1.HeaderClassName
{
color: #623802;
}
.AnyTagClassName
{
color: #623802;
}
</style>
background-color css
<style>
a { background-color: #623802; }
a { background-color: rgb(98,56,2); }
div.DivClassName
{
background-color: #623802;
}
.BgClassName
{
background-color: #623802;
}
</style>
border-color css
<style>
span { border-color: #623802; }
span { border-color: rgb(98,56,2); }
td.TdClassName
{
border-color: #623802;
}
.TagClassName
{
border-color: #623802;
}
</style>