Shades of Baker's Chocolate #692800
Tints of Baker's Chocolate #692800
RGB
CMYK
RGB Variations
Color information
#692800 (or 0x692800) is known color: Baker's Chocolate. HEX triplet: 69, 28 and 00. RGB value is (105,40,0). Sum of RGB (Red+Green+Blue) = 105+40+0=145 (19% of max value = 765). Red value is 105 (41.41% from 255 or 72.41% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 105 - color contains mainly: red. Hex color #692800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692800 is #96D7FF. Grayscale: #373737. Windows color (decimal): -9885696 or 10345. OLE color: 10345.
HSL color Cylindrical-coordinate representation of color #692800: hue angle of 22.86º 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 #692800 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 40 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.59 |
| HSL | 22.86º | 1% | 0.21% | - |
| HSV(B) | 22.86º | 1% | 0.41% | - |
| XYZ | 6.58 | 4.52 | 0.53 | - |
| YUV | 54.88 | 97.03 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 40 | 0 | 0 | 0.62 | 1 | 0.59 | 22.86 | 1 | 0.21 |
| Hex | 69 | 28 | 0 | 0 | 3E | 64 | 3B | 17 | 64 | 15 |
| Octal | 151 | 50 | 0 | 0 | 76 | 144 | 73 | 27 | 144 | 25 |
| Binary | 1101001 | 101000 | 0 | 0 | 111110 | 1100100 | 111011 | 10111 | 1100100 | 10101 |
Color Harmonies of #692800
Complementary color
Monochromatic Colors of #692800
Black with #692800
Text Example
Text Example
White with #692800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692800; }
p { color: rgb(105,40,0); }
H1.HeaderClassName
{
color: #692800;
}
.AnyTagClassName
{
color: #692800;
}
</style>
background-color css
<style>
a { background-color: #692800; }
a { background-color: rgb(105,40,0); }
div.DivClassName
{
background-color: #692800;
}
.BgClassName
{
background-color: #692800;
}
</style>
border-color css
<style>
span { border-color: #692800; }
span { border-color: rgb(105,40,0); }
td.TdClassName
{
border-color: #692800;
}
.TagClassName
{
border-color: #692800;
}
</style>