Shades of Baker's Chocolate #692C04
Tints of Baker's Chocolate #692C04
RGB
CMYK
RGB Variations
Color information
#692C04 (or 0x692C04) is known color: Baker's Chocolate. HEX triplet: 69, 2C and 04. RGB value is (105,44,4). Sum of RGB (Red+Green+Blue) = 105+44+4=153 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.63% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 105 - color contains mainly: red. Hex color #692C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692C04 is #96D3FB. Grayscale: #393939. Windows color (decimal): -9884668 or 273513. OLE color: 273513.
HSL color Cylindrical-coordinate representation of color #692C04: hue angle of 23.76º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #692C04 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 44 | 4 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.59 |
| HSL | 23.76º | 0.93% | 0.21% | - |
| HSV(B) | 23.76º | 0.96% | 0.41% | - |
| XYZ | 6.75 | 4.81 | 0.69 | - |
| YUV | 57.68 | 97.71 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 4 | 0 | 0.58 | 0.96 | 0.59 | 23.76 | 0.93 | 0.21 |
| Hex | 69 | 2C | 4 | 0 | 3A | 60 | 3B | 18 | 5D | 15 |
| Octal | 151 | 54 | 4 | 0 | 72 | 140 | 73 | 30 | 135 | 25 |
| Binary | 1101001 | 101100 | 100 | 0 | 111010 | 1100000 | 111011 | 11000 | 1011101 | 10101 |
Color Harmonies of #692C04
Complementary color
Monochromatic Colors of #692C04
Black with #692C04
Text Example
Text Example
White with #692C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692C04; }
p { color: rgb(105,44,4); }
H1.HeaderClassName
{
color: #692C04;
}
.AnyTagClassName
{
color: #692C04;
}
</style>
background-color css
<style>
a { background-color: #692C04; }
a { background-color: rgb(105,44,4); }
div.DivClassName
{
background-color: #692C04;
}
.BgClassName
{
background-color: #692C04;
}
</style>
border-color css
<style>
span { border-color: #692C04; }
span { border-color: rgb(105,44,4); }
td.TdClassName
{
border-color: #692C04;
}
.TagClassName
{
border-color: #692C04;
}
</style>