Shades of Baker's Chocolate #692505
Tints of Baker's Chocolate #692505
RGB
CMYK
RGB Variations
Color information
#692505 (or 0x692505) is known color: Baker's Chocolate. HEX triplet: 69, 25 and 05. RGB value is (105,37,5). Sum of RGB (Red+Green+Blue) = 105+37+5=147 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.43% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 105 - color contains mainly: red. Hex color #692505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692505 is #96DAFA. Grayscale: #353535. Windows color (decimal): -9886459 or 337257. OLE color: 337257.
HSL color Cylindrical-coordinate representation of color #692505: hue angle of 19.2º 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 #692505 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 37 | 5 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.59 |
| HSL | 19.2º | 0.91% | 0.22% | - |
| HSV(B) | 19.2º | 0.95% | 0.41% | - |
| XYZ | 6.51 | 4.34 | 0.64 | - |
| YUV | 53.68 | 100.53 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 37 | 5 | 0 | 0.65 | 0.95 | 0.59 | 19.2 | 0.91 | 0.22 |
| Hex | 69 | 25 | 5 | 0 | 41 | 5F | 3B | 13 | 5B | 16 |
| Octal | 151 | 45 | 5 | 0 | 101 | 137 | 73 | 23 | 133 | 26 |
| Binary | 1101001 | 100101 | 101 | 0 | 1000001 | 1011111 | 111011 | 10011 | 1011011 | 10110 |
Color Harmonies of #692505
Complementary color
Monochromatic Colors of #692505
Black with #692505
Text Example
Text Example
White with #692505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692505; }
p { color: rgb(105,37,5); }
H1.HeaderClassName
{
color: #692505;
}
.AnyTagClassName
{
color: #692505;
}
</style>
background-color css
<style>
a { background-color: #692505; }
a { background-color: rgb(105,37,5); }
div.DivClassName
{
background-color: #692505;
}
.BgClassName
{
background-color: #692505;
}
</style>
border-color css
<style>
span { border-color: #692505; }
span { border-color: rgb(105,37,5); }
td.TdClassName
{
border-color: #692505;
}
.TagClassName
{
border-color: #692505;
}
</style>