Shades of Baker's Chocolate #692F17
Tints of Baker's Chocolate #692F17
RGB
CMYK
RGB Variations
Color information
#692F17 (or 0x692F17) is known color: Baker's Chocolate. HEX triplet: 69, 2F and 17. RGB value is (105,47,23). Sum of RGB (Red+Green+Blue) = 105+47+23=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #692F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692F17 is #96D0E8. Grayscale: #3D3D3D. Windows color (decimal): -9883881 or 1519465. OLE color: 1519465.
HSL color Cylindrical-coordinate representation of color #692F17: hue angle of 17.56º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #692F17 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 47 | 23 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.59 |
| HSL | 17.56º | 0.64% | 0.25% | - |
| HSV(B) | 17.56º | 0.78% | 0.41% | - |
| XYZ | 7 | 5.1 | 1.43 | - |
| YUV | 61.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 47 | 23 | 0 | 0.55 | 0.78 | 0.59 | 17.56 | 0.64 | 0.25 |
| Hex | 69 | 2F | 17 | 0 | 37 | 4E | 3B | 12 | 40 | 19 |
| Octal | 151 | 57 | 27 | 0 | 67 | 116 | 73 | 22 | 100 | 31 |
| Binary | 1101001 | 101111 | 10111 | 0 | 110111 | 1001110 | 111011 | 10010 | 1000000 | 11001 |
Color Harmonies of #692F17
Complementary color
Monochromatic Colors of #692F17
Black with #692F17
Text Example
Text Example
White with #692F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692F17; }
p { color: rgb(105,47,23); }
H1.HeaderClassName
{
color: #692F17;
}
.AnyTagClassName
{
color: #692F17;
}
</style>
background-color css
<style>
a { background-color: #692F17; }
a { background-color: rgb(105,47,23); }
div.DivClassName
{
background-color: #692F17;
}
.BgClassName
{
background-color: #692F17;
}
</style>
border-color css
<style>
span { border-color: #692F17; }
span { border-color: rgb(105,47,23); }
td.TdClassName
{
border-color: #692F17;
}
.TagClassName
{
border-color: #692F17;
}
</style>