Shades of Baker's Chocolate #692E03
Tints of Baker's Chocolate #692E03
RGB
CMYK
RGB Variations
Color information
#692E03 (or 0x692E03) is known color: Baker's Chocolate. HEX triplet: 69, 2E and 03. RGB value is (105,46,3). Sum of RGB (Red+Green+Blue) = 105+46+3=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #692E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692E03 is #96D1FC. Grayscale: #3A3A3A. Windows color (decimal): -9884157 or 208489. OLE color: 208489.
HSL color Cylindrical-coordinate representation of color #692E03: hue angle of 25.29º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #692E03 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 46 | 3 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.59 |
| HSL | 25.29º | 0.94% | 0.21% | - |
| HSV(B) | 25.29º | 0.97% | 0.41% | - |
| XYZ | 6.82 | 4.96 | 0.68 | - |
| YUV | 58.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 3 | 0 | 0.56 | 0.97 | 0.59 | 25.29 | 0.94 | 0.21 |
| Hex | 69 | 2E | 3 | 0 | 38 | 61 | 3B | 19 | 5E | 15 |
| Octal | 151 | 56 | 3 | 0 | 70 | 141 | 73 | 31 | 136 | 25 |
| Binary | 1101001 | 101110 | 11 | 0 | 111000 | 1100001 | 111011 | 11001 | 1011110 | 10101 |
Color Harmonies of #692E03
Complementary color
Monochromatic Colors of #692E03
Black with #692E03
Text Example
Text Example
White with #692E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692E03; }
p { color: rgb(105,46,3); }
H1.HeaderClassName
{
color: #692E03;
}
.AnyTagClassName
{
color: #692E03;
}
</style>
background-color css
<style>
a { background-color: #692E03; }
a { background-color: rgb(105,46,3); }
div.DivClassName
{
background-color: #692E03;
}
.BgClassName
{
background-color: #692E03;
}
</style>
border-color css
<style>
span { border-color: #692E03; }
span { border-color: rgb(105,46,3); }
td.TdClassName
{
border-color: #692E03;
}
.TagClassName
{
border-color: #692E03;
}
</style>