Shades of Baker's Chocolate #671C02
Tints of Baker's Chocolate #671C02
RGB
CMYK
RGB Variations
Color information
#671C02 (or 0x671C02) is known color: Baker's Chocolate. HEX triplet: 67, 1C and 02. RGB value is (103,28,2). Sum of RGB (Red+Green+Blue) = 103+28+2=133 (17% of max value = 765). Red value is 103 (40.62% from 255 or 77.44% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 103 - color contains mainly: red. Hex color #671C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671C02 is #98E3FD. Grayscale: #2F2F2F. Windows color (decimal): -10019838 or 138343. OLE color: 138343.
HSL color Cylindrical-coordinate representation of color #671C02: hue angle of 15.45º 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 #671C02 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 28 | 2 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.60 |
| HSL | 15.45º | 0.96% | 0.21% | - |
| HSV(B) | 15.45º | 0.98% | 0.4% | - |
| XYZ | 6.02 | 3.72 | 0.46 | - |
| YUV | 47.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 2 | 0 | 0.73 | 0.98 | 0.60 | 15.45 | 0.96 | 0.21 |
| Hex | 67 | 1C | 2 | 0 | 49 | 62 | 3C | F | 60 | 15 |
| Octal | 147 | 34 | 2 | 0 | 111 | 142 | 74 | 17 | 140 | 25 |
| Binary | 1100111 | 11100 | 10 | 0 | 1001001 | 1100010 | 111100 | 1111 | 1100000 | 10101 |
Color Harmonies of #671C02
Complementary color
Monochromatic Colors of #671C02
Black with #671C02
Text Example
Text Example
White with #671C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671C02; }
p { color: rgb(103,28,2); }
H1.HeaderClassName
{
color: #671C02;
}
.AnyTagClassName
{
color: #671C02;
}
</style>
background-color css
<style>
a { background-color: #671C02; }
a { background-color: rgb(103,28,2); }
div.DivClassName
{
background-color: #671C02;
}
.BgClassName
{
background-color: #671C02;
}
</style>
border-color css
<style>
span { border-color: #671C02; }
span { border-color: rgb(103,28,2); }
td.TdClassName
{
border-color: #671C02;
}
.TagClassName
{
border-color: #671C02;
}
</style>