Shades of Baker's Chocolate #673205
Tints of Baker's Chocolate #673205
RGB
CMYK
RGB Variations
Color information
#673205 (or 0x673205) is known color: Baker's Chocolate. HEX triplet: 67, 32 and 05. RGB value is (103,50,5). Sum of RGB (Red+Green+Blue) = 103+50+5=158 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.19% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 103 - color contains mainly: red. Hex color #673205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673205 is #98CDFA. Grayscale: #3C3C3C. Windows color (decimal): -10014203 or 340583. OLE color: 340583.
HSL color Cylindrical-coordinate representation of color #673205: hue angle of 27.55º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #673205 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 50 | 5 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.60 |
| HSL | 27.55º | 0.91% | 0.21% | - |
| HSV(B) | 27.55º | 0.95% | 0.4% | - |
| XYZ | 6.76 | 5.18 | 0.79 | - |
| YUV | 60.72 | 96.56 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 5 | 0 | 0.51 | 0.95 | 0.60 | 27.55 | 0.91 | 0.21 |
| Hex | 67 | 32 | 5 | 0 | 33 | 5F | 3C | 1C | 5B | 15 |
| Octal | 147 | 62 | 5 | 0 | 63 | 137 | 74 | 34 | 133 | 25 |
| Binary | 1100111 | 110010 | 101 | 0 | 110011 | 1011111 | 111100 | 11100 | 1011011 | 10101 |
Color Harmonies of #673205
Complementary color
Monochromatic Colors of #673205
Black with #673205
Text Example
Text Example
White with #673205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673205; }
p { color: rgb(103,50,5); }
H1.HeaderClassName
{
color: #673205;
}
.AnyTagClassName
{
color: #673205;
}
</style>
background-color css
<style>
a { background-color: #673205; }
a { background-color: rgb(103,50,5); }
div.DivClassName
{
background-color: #673205;
}
.BgClassName
{
background-color: #673205;
}
</style>
border-color css
<style>
span { border-color: #673205; }
span { border-color: rgb(103,50,5); }
td.TdClassName
{
border-color: #673205;
}
.TagClassName
{
border-color: #673205;
}
</style>