Shades of Baker's Chocolate #691E00
Tints of Baker's Chocolate #691E00
RGB
CMYK
RGB Variations
Color information
#691E00 (or 0x691E00) is known color: Baker's Chocolate. HEX triplet: 69, 1E and 00. RGB value is (105,30,0). Sum of RGB (Red+Green+Blue) = 105+30+0=135 (17% of max value = 765). Red value is 105 (41.41% from 255 or 77.78% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 105 - color contains mainly: red. Hex color #691E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691E00 is #96E1FF. Grayscale: #313131. Windows color (decimal): -9888256 or 7785. OLE color: 7785.
HSL color Cylindrical-coordinate representation of color #691E00: hue angle of 17.14º 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 #691E00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 30 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.59 |
| HSL | 17.14º | 1% | 0.21% | - |
| HSV(B) | 17.14º | 1% | 0.41% | - |
| XYZ | 6.29 | 3.93 | 0.43 | - |
| YUV | 49.01 | 100.35 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 30 | 0 | 0 | 0.71 | 1 | 0.59 | 17.14 | 1 | 0.21 |
| Hex | 69 | 1E | 0 | 0 | 47 | 64 | 3B | 11 | 64 | 15 |
| Octal | 151 | 36 | 0 | 0 | 107 | 144 | 73 | 21 | 144 | 25 |
| Binary | 1101001 | 11110 | 0 | 0 | 1000111 | 1100100 | 111011 | 10001 | 1100100 | 10101 |
Color Harmonies of #691E00
Complementary color
Monochromatic Colors of #691E00
Black with #691E00
Text Example
Text Example
White with #691E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691E00; }
p { color: rgb(105,30,0); }
H1.HeaderClassName
{
color: #691E00;
}
.AnyTagClassName
{
color: #691E00;
}
</style>
background-color css
<style>
a { background-color: #691E00; }
a { background-color: rgb(105,30,0); }
div.DivClassName
{
background-color: #691E00;
}
.BgClassName
{
background-color: #691E00;
}
</style>
border-color css
<style>
span { border-color: #691E00; }
span { border-color: rgb(105,30,0); }
td.TdClassName
{
border-color: #691E00;
}
.TagClassName
{
border-color: #691E00;
}
</style>