Shades of Baker's Chocolate #672705
Tints of Baker's Chocolate #672705
RGB
CMYK
RGB Variations
Color information
#672705 (or 0x672705) is known color: Baker's Chocolate. HEX triplet: 67, 27 and 05. RGB value is (103,39,5). Sum of RGB (Red+Green+Blue) = 103+39+5=147 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.07% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 103 - color contains mainly: red. Hex color #672705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672705 is #98D8FA. Grayscale: #363636. Windows color (decimal): -10017019 or 337767. OLE color: 337767.
HSL color Cylindrical-coordinate representation of color #672705: hue angle of 20.82º 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 #672705 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 39 | 5 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.60 |
| HSL | 20.82º | 0.91% | 0.21% | - |
| HSV(B) | 20.82º | 0.95% | 0.4% | - |
| XYZ | 6.35 | 4.35 | 0.65 | - |
| YUV | 54.26 | 100.2 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 5 | 0 | 0.62 | 0.95 | 0.60 | 20.82 | 0.91 | 0.21 |
| Hex | 67 | 27 | 5 | 0 | 3E | 5F | 3C | 15 | 5B | 15 |
| Octal | 147 | 47 | 5 | 0 | 76 | 137 | 74 | 25 | 133 | 25 |
| Binary | 1100111 | 100111 | 101 | 0 | 111110 | 1011111 | 111100 | 10101 | 1011011 | 10101 |
Color Harmonies of #672705
Complementary color
Monochromatic Colors of #672705
Black with #672705
Text Example
Text Example
White with #672705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672705; }
p { color: rgb(103,39,5); }
H1.HeaderClassName
{
color: #672705;
}
.AnyTagClassName
{
color: #672705;
}
</style>
background-color css
<style>
a { background-color: #672705; }
a { background-color: rgb(103,39,5); }
div.DivClassName
{
background-color: #672705;
}
.BgClassName
{
background-color: #672705;
}
</style>
border-color css
<style>
span { border-color: #672705; }
span { border-color: rgb(103,39,5); }
td.TdClassName
{
border-color: #672705;
}
.TagClassName
{
border-color: #672705;
}
</style>