Shades of Baker's Chocolate #692705
Tints of Baker's Chocolate #692705
RGB
CMYK
RGB Variations
Color information
#692705 (or 0x692705) is known color: Baker's Chocolate. HEX triplet: 69, 27 and 05. RGB value is (105,39,5). Sum of RGB (Red+Green+Blue) = 105+39+5=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #692705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692705 is #96D8FA. Grayscale: #373737. Windows color (decimal): -9885947 or 337769. OLE color: 337769.
HSL color Cylindrical-coordinate representation of color #692705: hue angle of 20.4º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #692705 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 39 | 5 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.59 |
| HSL | 20.4º | 0.91% | 0.22% | - |
| HSV(B) | 20.4º | 0.95% | 0.41% | - |
| XYZ | 6.58 | 4.47 | 0.66 | - |
| YUV | 54.86 | 99.87 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 39 | 5 | 0 | 0.63 | 0.95 | 0.59 | 20.4 | 0.91 | 0.22 |
| Hex | 69 | 27 | 5 | 0 | 3F | 5F | 3B | 14 | 5B | 16 |
| Octal | 151 | 47 | 5 | 0 | 77 | 137 | 73 | 24 | 133 | 26 |
| Binary | 1101001 | 100111 | 101 | 0 | 111111 | 1011111 | 111011 | 10100 | 1011011 | 10110 |
Color Harmonies of #692705
Complementary color
Monochromatic Colors of #692705
Black with #692705
Text Example
Text Example
White with #692705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692705; }
p { color: rgb(105,39,5); }
H1.HeaderClassName
{
color: #692705;
}
.AnyTagClassName
{
color: #692705;
}
</style>
background-color css
<style>
a { background-color: #692705; }
a { background-color: rgb(105,39,5); }
div.DivClassName
{
background-color: #692705;
}
.BgClassName
{
background-color: #692705;
}
</style>
border-color css
<style>
span { border-color: #692705; }
span { border-color: rgb(105,39,5); }
td.TdClassName
{
border-color: #692705;
}
.TagClassName
{
border-color: #692705;
}
</style>