Shades of Baker's Chocolate #671D02
Tints of Baker's Chocolate #671D02
RGB
CMYK
RGB Variations
Color information
#671D02 (or 0x671D02) is known color: Baker's Chocolate. HEX triplet: 67, 1D and 02. RGB value is (103,29,2). Sum of RGB (Red+Green+Blue) = 103+29+2=134 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.87% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 103 - color contains mainly: red. Hex color #671D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671D02 is #98E2FD. Grayscale: #303030. Windows color (decimal): -10019582 or 138599. OLE color: 138599.
HSL color Cylindrical-coordinate representation of color #671D02: hue angle of 16.04º 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 #671D02 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 29 | 2 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.60 |
| HSL | 16.04º | 0.96% | 0.21% | - |
| HSV(B) | 16.04º | 0.98% | 0.4% | - |
| XYZ | 6.04 | 3.77 | 0.47 | - |
| YUV | 48.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 2 | 0 | 0.72 | 0.98 | 0.60 | 16.04 | 0.96 | 0.21 |
| Hex | 67 | 1D | 2 | 0 | 48 | 62 | 3C | 10 | 60 | 15 |
| Octal | 147 | 35 | 2 | 0 | 110 | 142 | 74 | 20 | 140 | 25 |
| Binary | 1100111 | 11101 | 10 | 0 | 1001000 | 1100010 | 111100 | 10000 | 1100000 | 10101 |
Color Harmonies of #671D02
Complementary color
Monochromatic Colors of #671D02
Black with #671D02
Text Example
Text Example
White with #671D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671D02; }
p { color: rgb(103,29,2); }
H1.HeaderClassName
{
color: #671D02;
}
.AnyTagClassName
{
color: #671D02;
}
</style>
background-color css
<style>
a { background-color: #671D02; }
a { background-color: rgb(103,29,2); }
div.DivClassName
{
background-color: #671D02;
}
.BgClassName
{
background-color: #671D02;
}
</style>
border-color css
<style>
span { border-color: #671D02; }
span { border-color: rgb(103,29,2); }
td.TdClassName
{
border-color: #671D02;
}
.TagClassName
{
border-color: #671D02;
}
</style>