Shades of Baker's Chocolate #673715
Tints of Baker's Chocolate #673715
RGB
CMYK
RGB Variations
Color information
#673715 (or 0x673715) is known color: Baker's Chocolate. HEX triplet: 67, 37 and 15. RGB value is (103,55,21). Sum of RGB (Red+Green+Blue) = 103+55+21=179 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.54% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 103 - color contains mainly: red. Hex color #673715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673715 is #98C8EA. Grayscale: #414141. Windows color (decimal): -10012907 or 1390439. OLE color: 1390439.
HSL color Cylindrical-coordinate representation of color #673715: hue angle of 24.88º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #673715 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 55 | 21 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.60 |
| HSL | 24.88º | 0.66% | 0.24% | - |
| HSV(B) | 24.88º | 0.8% | 0.4% | - |
| XYZ | 7.1 | 5.67 | 1.43 | - |
| YUV | 65.48 | 102.9 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 55 | 21 | 0 | 0.47 | 0.80 | 0.60 | 24.88 | 0.66 | 0.24 |
| Hex | 67 | 37 | 15 | 0 | 2F | 50 | 3C | 19 | 42 | 18 |
| Octal | 147 | 67 | 25 | 0 | 57 | 120 | 74 | 31 | 102 | 30 |
| Binary | 1100111 | 110111 | 10101 | 0 | 101111 | 1010000 | 111100 | 11001 | 1000010 | 11000 |
Color Harmonies of #673715
Complementary color
Monochromatic Colors of #673715
Black with #673715
Text Example
Text Example
White with #673715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673715; }
p { color: rgb(103,55,21); }
H1.HeaderClassName
{
color: #673715;
}
.AnyTagClassName
{
color: #673715;
}
</style>
background-color css
<style>
a { background-color: #673715; }
a { background-color: rgb(103,55,21); }
div.DivClassName
{
background-color: #673715;
}
.BgClassName
{
background-color: #673715;
}
</style>
border-color css
<style>
span { border-color: #673715; }
span { border-color: rgb(103,55,21); }
td.TdClassName
{
border-color: #673715;
}
.TagClassName
{
border-color: #673715;
}
</style>