Shades of Baker's Chocolate #693007
Tints of Baker's Chocolate #693007
RGB
CMYK
RGB Variations
Color information
#693007 (or 0x693007) is known color: Baker's Chocolate. HEX triplet: 69, 30 and 07. RGB value is (105,48,7). Sum of RGB (Red+Green+Blue) = 105+48+7=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #693007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693007 is #96CFF8. Grayscale: #3C3C3C. Windows color (decimal): -9883641 or 471145. OLE color: 471145.
HSL color Cylindrical-coordinate representation of color #693007: hue angle of 25.1º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #693007 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 48 | 7 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.59 |
| HSL | 25.1º | 0.88% | 0.22% | - |
| HSV(B) | 25.1º | 0.93% | 0.41% | - |
| XYZ | 6.92 | 5.13 | 0.83 | - |
| YUV | 60.37 | 97.88 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 48 | 7 | 0 | 0.54 | 0.93 | 0.59 | 25.1 | 0.88 | 0.22 |
| Hex | 69 | 30 | 7 | 0 | 36 | 5D | 3B | 19 | 58 | 16 |
| Octal | 151 | 60 | 7 | 0 | 66 | 135 | 73 | 31 | 130 | 26 |
| Binary | 1101001 | 110000 | 111 | 0 | 110110 | 1011101 | 111011 | 11001 | 1011000 | 10110 |
Color Harmonies of #693007
Complementary color
Monochromatic Colors of #693007
Black with #693007
Text Example
Text Example
White with #693007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693007; }
p { color: rgb(105,48,7); }
H1.HeaderClassName
{
color: #693007;
}
.AnyTagClassName
{
color: #693007;
}
</style>
background-color css
<style>
a { background-color: #693007; }
a { background-color: rgb(105,48,7); }
div.DivClassName
{
background-color: #693007;
}
.BgClassName
{
background-color: #693007;
}
</style>
border-color css
<style>
span { border-color: #693007; }
span { border-color: rgb(105,48,7); }
td.TdClassName
{
border-color: #693007;
}
.TagClassName
{
border-color: #693007;
}
</style>