Shades of Baker's Chocolate #692805
Tints of Baker's Chocolate #692805
RGB
CMYK
RGB Variations
Color information
#692805 (or 0x692805) is known color: Baker's Chocolate. HEX triplet: 69, 28 and 05. RGB value is (105,40,5). Sum of RGB (Red+Green+Blue) = 105+40+5=150 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 105 - color contains mainly: red. Hex color #692805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692805 is #96D7FA. Grayscale: #373737. Windows color (decimal): -9885691 or 338025. OLE color: 338025.
HSL color Cylindrical-coordinate representation of color #692805: hue angle of 21º 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 #692805 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 40 | 5 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.59 |
| HSL | 21º | 0.91% | 0.22% | - |
| HSV(B) | 21º | 0.95% | 0.41% | - |
| XYZ | 6.61 | 4.53 | 0.67 | - |
| YUV | 55.45 | 99.53 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 40 | 5 | 0 | 0.62 | 0.95 | 0.59 | 21 | 0.91 | 0.22 |
| Hex | 69 | 28 | 5 | 0 | 3E | 5F | 3B | 15 | 5B | 16 |
| Octal | 151 | 50 | 5 | 0 | 76 | 137 | 73 | 25 | 133 | 26 |
| Binary | 1101001 | 101000 | 101 | 0 | 111110 | 1011111 | 111011 | 10101 | 1011011 | 10110 |
Color Harmonies of #692805
Complementary color
Monochromatic Colors of #692805
Black with #692805
Text Example
Text Example
White with #692805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692805; }
p { color: rgb(105,40,5); }
H1.HeaderClassName
{
color: #692805;
}
.AnyTagClassName
{
color: #692805;
}
</style>
background-color css
<style>
a { background-color: #692805; }
a { background-color: rgb(105,40,5); }
div.DivClassName
{
background-color: #692805;
}
.BgClassName
{
background-color: #692805;
}
</style>
border-color css
<style>
span { border-color: #692805; }
span { border-color: rgb(105,40,5); }
td.TdClassName
{
border-color: #692805;
}
.TagClassName
{
border-color: #692805;
}
</style>