Shades of Baker's Chocolate #671F01
Tints of Baker's Chocolate #671F01
RGB
CMYK
RGB Variations
Color information
#671F01 (or 0x671F01) is known color: Baker's Chocolate. HEX triplet: 67, 1F and 01. RGB value is (103,31,1). Sum of RGB (Red+Green+Blue) = 103+31+1=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #671F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671F01 is #98E0FE. Grayscale: #313131. Windows color (decimal): -10019071 or 73575. OLE color: 73575.
HSL color Cylindrical-coordinate representation of color #671F01: hue angle of 17.65º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #671F01 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 31 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.60 |
| HSL | 17.65º | 0.98% | 0.2% | - |
| HSV(B) | 17.65º | 0.99% | 0.4% | - |
| XYZ | 6.09 | 3.87 | 0.45 | - |
| YUV | 49.11 | 100.85 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 1 | 0 | 0.70 | 0.99 | 0.60 | 17.65 | 0.98 | 0.2 |
| Hex | 67 | 1F | 1 | 0 | 46 | 63 | 3C | 12 | 62 | 14 |
| Octal | 147 | 37 | 1 | 0 | 106 | 143 | 74 | 22 | 142 | 24 |
| Binary | 1100111 | 11111 | 1 | 0 | 1000110 | 1100011 | 111100 | 10010 | 1100010 | 10100 |
Color Harmonies of #671F01
Complementary color
Monochromatic Colors of #671F01
Black with #671F01
Text Example
Text Example
White with #671F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F01; }
p { color: rgb(103,31,1); }
H1.HeaderClassName
{
color: #671F01;
}
.AnyTagClassName
{
color: #671F01;
}
</style>
background-color css
<style>
a { background-color: #671F01; }
a { background-color: rgb(103,31,1); }
div.DivClassName
{
background-color: #671F01;
}
.BgClassName
{
background-color: #671F01;
}
</style>
border-color css
<style>
span { border-color: #671F01; }
span { border-color: rgb(103,31,1); }
td.TdClassName
{
border-color: #671F01;
}
.TagClassName
{
border-color: #671F01;
}
</style>