Shades of Baker's Chocolate #672702
Tints of Baker's Chocolate #672702
RGB
CMYK
RGB Variations
Color information
#672702 (or 0x672702) is known color: Baker's Chocolate. HEX triplet: 67, 27 and 02. RGB value is (103,39,2). Sum of RGB (Red+Green+Blue) = 103+39+2=144 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.53% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 103 - color contains mainly: red. Hex color #672702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672702 is #98D8FD. Grayscale: #363636. Windows color (decimal): -10017022 or 141159. OLE color: 141159.
HSL color Cylindrical-coordinate representation of color #672702: hue angle of 21.98º 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 #672702 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 39 | 2 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.60 |
| HSL | 21.98º | 0.96% | 0.21% | - |
| HSV(B) | 21.98º | 0.98% | 0.4% | - |
| XYZ | 6.33 | 4.34 | 0.56 | - |
| YUV | 53.92 | 98.7 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 2 | 0 | 0.62 | 0.98 | 0.60 | 21.98 | 0.96 | 0.21 |
| Hex | 67 | 27 | 2 | 0 | 3E | 62 | 3C | 16 | 60 | 15 |
| Octal | 147 | 47 | 2 | 0 | 76 | 142 | 74 | 26 | 140 | 25 |
| Binary | 1100111 | 100111 | 10 | 0 | 111110 | 1100010 | 111100 | 10110 | 1100000 | 10101 |
Color Harmonies of #672702
Complementary color
Monochromatic Colors of #672702
Black with #672702
Text Example
Text Example
White with #672702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672702; }
p { color: rgb(103,39,2); }
H1.HeaderClassName
{
color: #672702;
}
.AnyTagClassName
{
color: #672702;
}
</style>
background-color css
<style>
a { background-color: #672702; }
a { background-color: rgb(103,39,2); }
div.DivClassName
{
background-color: #672702;
}
.BgClassName
{
background-color: #672702;
}
</style>
border-color css
<style>
span { border-color: #672702; }
span { border-color: rgb(103,39,2); }
td.TdClassName
{
border-color: #672702;
}
.TagClassName
{
border-color: #672702;
}
</style>