Shades of Baker's Chocolate #673400
Tints of Baker's Chocolate #673400
RGB
CMYK
RGB Variations
Color information
#673400 (or 0x673400) is known color: Baker's Chocolate. HEX triplet: 67, 34 and 00. RGB value is (103,52,0). Sum of RGB (Red+Green+Blue) = 103+52+0=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #673400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673400 is #98CBFF. Grayscale: #3D3D3D. Windows color (decimal): -10013696 or 13415. OLE color: 13415.
HSL color Cylindrical-coordinate representation of color #673400: hue angle of 30.29º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #673400 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 52 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.60 |
| HSL | 30.29º | 1% | 0.2% | - |
| HSV(B) | 30.29º | 1% | 0.4% | - |
| XYZ | 6.82 | 5.34 | 0.67 | - |
| YUV | 61.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 0 | 0 | 0.50 | 1 | 0.60 | 30.29 | 1 | 0.2 |
| Hex | 67 | 34 | 0 | 0 | 32 | 64 | 3C | 1E | 64 | 14 |
| Octal | 147 | 64 | 0 | 0 | 62 | 144 | 74 | 36 | 144 | 24 |
| Binary | 1100111 | 110100 | 0 | 0 | 110010 | 1100100 | 111100 | 11110 | 1100100 | 10100 |
Color Harmonies of #673400
Complementary color
Monochromatic Colors of #673400
Black with #673400
Text Example
Text Example
White with #673400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673400; }
p { color: rgb(103,52,0); }
H1.HeaderClassName
{
color: #673400;
}
.AnyTagClassName
{
color: #673400;
}
</style>
background-color css
<style>
a { background-color: #673400; }
a { background-color: rgb(103,52,0); }
div.DivClassName
{
background-color: #673400;
}
.BgClassName
{
background-color: #673400;
}
</style>
border-color css
<style>
span { border-color: #673400; }
span { border-color: rgb(103,52,0); }
td.TdClassName
{
border-color: #673400;
}
.TagClassName
{
border-color: #673400;
}
</style>