Shades of Baker's Chocolate #673403
Tints of Baker's Chocolate #673403
RGB
CMYK
RGB Variations
Color information
#673403 (or 0x673403) is known color: Baker's Chocolate. HEX triplet: 67, 34 and 03. RGB value is (103,52,3). Sum of RGB (Red+Green+Blue) = 103+52+3=158 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.19% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 103 - color contains mainly: red. Hex color #673403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673403 is #98CBFC. Grayscale: #3D3D3D. Windows color (decimal): -10013693 or 210023. OLE color: 210023.
HSL color Cylindrical-coordinate representation of color #673403: hue angle of 29.4º 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 #673403 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 52 | 3 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.60 |
| HSL | 29.4º | 0.94% | 0.21% | - |
| HSV(B) | 29.4º | 0.97% | 0.4% | - |
| XYZ | 6.84 | 5.35 | 0.76 | - |
| YUV | 61.66 | 94.9 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 3 | 0 | 0.50 | 0.97 | 0.60 | 29.4 | 0.94 | 0.21 |
| Hex | 67 | 34 | 3 | 0 | 32 | 61 | 3C | 1D | 5E | 15 |
| Octal | 147 | 64 | 3 | 0 | 62 | 141 | 74 | 35 | 136 | 25 |
| Binary | 1100111 | 110100 | 11 | 0 | 110010 | 1100001 | 111100 | 11101 | 1011110 | 10101 |
Color Harmonies of #673403
Complementary color
Monochromatic Colors of #673403
Black with #673403
Text Example
Text Example
White with #673403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673403; }
p { color: rgb(103,52,3); }
H1.HeaderClassName
{
color: #673403;
}
.AnyTagClassName
{
color: #673403;
}
</style>
background-color css
<style>
a { background-color: #673403; }
a { background-color: rgb(103,52,3); }
div.DivClassName
{
background-color: #673403;
}
.BgClassName
{
background-color: #673403;
}
</style>
border-color css
<style>
span { border-color: #673403; }
span { border-color: rgb(103,52,3); }
td.TdClassName
{
border-color: #673403;
}
.TagClassName
{
border-color: #673403;
}
</style>