Shades of Baker's Chocolate #691D00
Tints of Baker's Chocolate #691D00
RGB
CMYK
RGB Variations
Color information
#691D00 (or 0x691D00) is known color: Baker's Chocolate. HEX triplet: 69, 1D and 00. RGB value is (105,29,0). Sum of RGB (Red+Green+Blue) = 105+29+0=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #691D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691D00 is #96E2FF. Grayscale: #303030. Windows color (decimal): -9888512 or 7529. OLE color: 7529.
HSL color Cylindrical-coordinate representation of color #691D00: hue angle of 16.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #691D00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 29 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.59 |
| HSL | 16.57º | 1% | 0.21% | - |
| HSV(B) | 16.57º | 1% | 0.41% | - |
| XYZ | 6.27 | 3.88 | 0.42 | - |
| YUV | 48.42 | 100.68 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 29 | 0 | 0 | 0.72 | 1 | 0.59 | 16.57 | 1 | 0.21 |
| Hex | 69 | 1D | 0 | 0 | 48 | 64 | 3B | 11 | 64 | 15 |
| Octal | 151 | 35 | 0 | 0 | 110 | 144 | 73 | 21 | 144 | 25 |
| Binary | 1101001 | 11101 | 0 | 0 | 1001000 | 1100100 | 111011 | 10001 | 1100100 | 10101 |
Color Harmonies of #691D00
Complementary color
Monochromatic Colors of #691D00
Black with #691D00
Text Example
Text Example
White with #691D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691D00; }
p { color: rgb(105,29,0); }
H1.HeaderClassName
{
color: #691D00;
}
.AnyTagClassName
{
color: #691D00;
}
</style>
background-color css
<style>
a { background-color: #691D00; }
a { background-color: rgb(105,29,0); }
div.DivClassName
{
background-color: #691D00;
}
.BgClassName
{
background-color: #691D00;
}
</style>
border-color css
<style>
span { border-color: #691D00; }
span { border-color: rgb(105,29,0); }
td.TdClassName
{
border-color: #691D00;
}
.TagClassName
{
border-color: #691D00;
}
</style>