Shades of Baker's Chocolate #673302
Tints of Baker's Chocolate #673302
RGB
CMYK
RGB Variations
Color information
#673302 (or 0x673302) is known color: Baker's Chocolate. HEX triplet: 67, 33 and 02. RGB value is (103,51,2). Sum of RGB (Red+Green+Blue) = 103+51+2=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #673302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673302 is #98CCFD. Grayscale: #3D3D3D. Windows color (decimal): -10013950 or 144231. OLE color: 144231.
HSL color Cylindrical-coordinate representation of color #673302: hue angle of 29.11º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #673302 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 51 | 2 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.60 |
| HSL | 29.11º | 0.96% | 0.21% | - |
| HSV(B) | 29.11º | 0.98% | 0.4% | - |
| XYZ | 6.79 | 5.26 | 0.71 | - |
| YUV | 60.96 | 94.73 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 2 | 0 | 0.50 | 0.98 | 0.60 | 29.11 | 0.96 | 0.21 |
| Hex | 67 | 33 | 2 | 0 | 32 | 62 | 3C | 1D | 60 | 15 |
| Octal | 147 | 63 | 2 | 0 | 62 | 142 | 74 | 35 | 140 | 25 |
| Binary | 1100111 | 110011 | 10 | 0 | 110010 | 1100010 | 111100 | 11101 | 1100000 | 10101 |
Color Harmonies of #673302
Complementary color
Monochromatic Colors of #673302
Black with #673302
Text Example
Text Example
White with #673302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673302; }
p { color: rgb(103,51,2); }
H1.HeaderClassName
{
color: #673302;
}
.AnyTagClassName
{
color: #673302;
}
</style>
background-color css
<style>
a { background-color: #673302; }
a { background-color: rgb(103,51,2); }
div.DivClassName
{
background-color: #673302;
}
.BgClassName
{
background-color: #673302;
}
</style>
border-color css
<style>
span { border-color: #673302; }
span { border-color: rgb(103,51,2); }
td.TdClassName
{
border-color: #673302;
}
.TagClassName
{
border-color: #673302;
}
</style>