Shades of Baker's Chocolate #623702
Tints of Baker's Chocolate #623702
RGB
CMYK
RGB Variations
Color information
#623702 (or 0x623702) is known color: Baker's Chocolate. HEX triplet: 62, 37 and 02. RGB value is (98,55,2). Sum of RGB (Red+Green+Blue) = 98+55+2=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #623702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623702 is #9DC8FD. Grayscale: #3E3E3E. Windows color (decimal): -10340606 or 145250. OLE color: 145250.
HSL color Cylindrical-coordinate representation of color #623702: hue angle of 33.12º 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 #623702 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 55 | 2 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.62 |
| HSL | 33.13º | 0.96% | 0.2% | - |
| HSV(B) | 33.13º | 0.98% | 0.38% | - |
| XYZ | 6.41 | 5.33 | 0.75 | - |
| YUV | 61.82 | 94.25 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 55 | 2 | 0 | 0.44 | 0.98 | 0.62 | 33.13 | 0.96 | 0.2 |
| Hex | 62 | 37 | 2 | 0 | 2C | 62 | 3E | 21 | 60 | 14 |
| Octal | 142 | 67 | 2 | 0 | 54 | 142 | 76 | 41 | 140 | 24 |
| Binary | 1100010 | 110111 | 10 | 0 | 101100 | 1100010 | 111110 | 100001 | 1100000 | 10100 |
Color Harmonies of #623702
Complementary color
Monochromatic Colors of #623702
Black with #623702
Text Example
Text Example
White with #623702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623702; }
p { color: rgb(98,55,2); }
H1.HeaderClassName
{
color: #623702;
}
.AnyTagClassName
{
color: #623702;
}
</style>
background-color css
<style>
a { background-color: #623702; }
a { background-color: rgb(98,55,2); }
div.DivClassName
{
background-color: #623702;
}
.BgClassName
{
background-color: #623702;
}
</style>
border-color css
<style>
span { border-color: #623702; }
span { border-color: rgb(98,55,2); }
td.TdClassName
{
border-color: #623702;
}
.TagClassName
{
border-color: #623702;
}
</style>