Shades of Baker's Chocolate #673602
Tints of Baker's Chocolate #673602
RGB
CMYK
RGB Variations
Color information
#673602 (or 0x673602) is known color: Baker's Chocolate. HEX triplet: 67, 36 and 02. RGB value is (103,54,2). Sum of RGB (Red+Green+Blue) = 103+54+2=159 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.78% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 103 - color contains mainly: red. Hex color #673602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673602 is #98C9FD. Grayscale: #3E3E3E. Windows color (decimal): -10013182 or 144999. OLE color: 144999.
HSL color Cylindrical-coordinate representation of color #673602: hue angle of 30.89º 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 #673602 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 54 | 2 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.60 |
| HSL | 30.89º | 0.96% | 0.21% | - |
| HSV(B) | 30.89º | 0.98% | 0.4% | - |
| XYZ | 6.92 | 5.53 | 0.76 | - |
| YUV | 62.72 | 93.73 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 54 | 2 | 0 | 0.48 | 0.98 | 0.60 | 30.89 | 0.96 | 0.21 |
| Hex | 67 | 36 | 2 | 0 | 30 | 62 | 3C | 1F | 60 | 15 |
| Octal | 147 | 66 | 2 | 0 | 60 | 142 | 74 | 37 | 140 | 25 |
| Binary | 1100111 | 110110 | 10 | 0 | 110000 | 1100010 | 111100 | 11111 | 1100000 | 10101 |
Color Harmonies of #673602
Complementary color
Monochromatic Colors of #673602
Black with #673602
Text Example
Text Example
White with #673602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673602; }
p { color: rgb(103,54,2); }
H1.HeaderClassName
{
color: #673602;
}
.AnyTagClassName
{
color: #673602;
}
</style>
background-color css
<style>
a { background-color: #673602; }
a { background-color: rgb(103,54,2); }
div.DivClassName
{
background-color: #673602;
}
.BgClassName
{
background-color: #673602;
}
</style>
border-color css
<style>
span { border-color: #673602; }
span { border-color: rgb(103,54,2); }
td.TdClassName
{
border-color: #673602;
}
.TagClassName
{
border-color: #673602;
}
</style>