Shades of Baker's Chocolate #673514
Tints of Baker's Chocolate #673514
RGB
CMYK
RGB Variations
Color information
#673514 (or 0x673514) is known color: Baker's Chocolate. HEX triplet: 67, 35 and 14. RGB value is (103,53,20). Sum of RGB (Red+Green+Blue) = 103+53+20=176 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.52% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 103 - color contains mainly: red. Hex color #673514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673514 is #98CAEB. Grayscale: #404040. Windows color (decimal): -10013420 or 1324391. OLE color: 1324391.
HSL color Cylindrical-coordinate representation of color #673514: hue angle of 23.86º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #673514 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 53 | 20 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.60 |
| HSL | 23.86º | 0.67% | 0.24% | - |
| HSV(B) | 23.86º | 0.81% | 0.4% | - |
| XYZ | 6.99 | 5.48 | 1.35 | - |
| YUV | 64.19 | 103.07 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 53 | 20 | 0 | 0.49 | 0.81 | 0.60 | 23.86 | 0.67 | 0.24 |
| Hex | 67 | 35 | 14 | 0 | 31 | 51 | 3C | 18 | 43 | 18 |
| Octal | 147 | 65 | 24 | 0 | 61 | 121 | 74 | 30 | 103 | 30 |
| Binary | 1100111 | 110101 | 10100 | 0 | 110001 | 1010001 | 111100 | 11000 | 1000011 | 11000 |
Color Harmonies of #673514
Complementary color
Monochromatic Colors of #673514
Black with #673514
Text Example
Text Example
White with #673514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673514; }
p { color: rgb(103,53,20); }
H1.HeaderClassName
{
color: #673514;
}
.AnyTagClassName
{
color: #673514;
}
</style>
background-color css
<style>
a { background-color: #673514; }
a { background-color: rgb(103,53,20); }
div.DivClassName
{
background-color: #673514;
}
.BgClassName
{
background-color: #673514;
}
</style>
border-color css
<style>
span { border-color: #673514; }
span { border-color: rgb(103,53,20); }
td.TdClassName
{
border-color: #673514;
}
.TagClassName
{
border-color: #673514;
}
</style>