Shades of Baker's Chocolate #672703
Tints of Baker's Chocolate #672703
RGB
CMYK
RGB Variations
Color information
#672703 (or 0x672703) is known color: Baker's Chocolate. HEX triplet: 67, 27 and 03. RGB value is (103,39,3). Sum of RGB (Red+Green+Blue) = 103+39+3=145 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.03% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 103 - color contains mainly: red. Hex color #672703 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672703 is #98D8FC. Grayscale: #363636. Windows color (decimal): -10017021 or 206695. OLE color: 206695.
HSL color Cylindrical-coordinate representation of color #672703: hue angle of 21.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #672703 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 39 | 3 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.60 |
| HSL | 21.6º | 0.94% | 0.21% | - |
| HSV(B) | 21.6º | 0.97% | 0.4% | - |
| XYZ | 6.34 | 4.34 | 0.59 | - |
| YUV | 54.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 3 | 0 | 0.62 | 0.97 | 0.60 | 21.6 | 0.94 | 0.21 |
| Hex | 67 | 27 | 3 | 0 | 3E | 61 | 3C | 16 | 5E | 15 |
| Octal | 147 | 47 | 3 | 0 | 76 | 141 | 74 | 26 | 136 | 25 |
| Binary | 1100111 | 100111 | 11 | 0 | 111110 | 1100001 | 111100 | 10110 | 1011110 | 10101 |
Color Harmonies of #672703
Complementary color
Monochromatic Colors of #672703
Black with #672703
Text Example
Text Example
White with #672703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672703; }
p { color: rgb(103,39,3); }
H1.HeaderClassName
{
color: #672703;
}
.AnyTagClassName
{
color: #672703;
}
</style>
background-color css
<style>
a { background-color: #672703; }
a { background-color: rgb(103,39,3); }
div.DivClassName
{
background-color: #672703;
}
.BgClassName
{
background-color: #672703;
}
</style>
border-color css
<style>
span { border-color: #672703; }
span { border-color: rgb(103,39,3); }
td.TdClassName
{
border-color: #672703;
}
.TagClassName
{
border-color: #672703;
}
</style>