Shades of Baker's Chocolate #682405
Tints of Baker's Chocolate #682405
RGB
CMYK
RGB Variations
Color information
#682405 (or 0x682405) is known color: Baker's Chocolate. HEX triplet: 68, 24 and 05. RGB value is (104,36,5). Sum of RGB (Red+Green+Blue) = 104+36+5=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #682405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682405 is #97DBFA. Grayscale: #343434. Windows color (decimal): -9952251 or 337000. OLE color: 337000.
HSL color Cylindrical-coordinate representation of color #682405: hue angle of 18.79º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #682405 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 5 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.59 |
| HSL | 18.79º | 0.91% | 0.21% | - |
| HSV(B) | 18.79º | 0.95% | 0.41% | - |
| XYZ | 6.37 | 4.22 | 0.62 | - |
| YUV | 52.8 | 101.03 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 5 | 0 | 0.65 | 0.95 | 0.59 | 18.79 | 0.91 | 0.21 |
| Hex | 68 | 24 | 5 | 0 | 41 | 5F | 3B | 13 | 5B | 15 |
| Octal | 150 | 44 | 5 | 0 | 101 | 137 | 73 | 23 | 133 | 25 |
| Binary | 1101000 | 100100 | 101 | 0 | 1000001 | 1011111 | 111011 | 10011 | 1011011 | 10101 |
Color Harmonies of #682405
Complementary color
Monochromatic Colors of #682405
Black with #682405
Text Example
Text Example
White with #682405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682405; }
p { color: rgb(104,36,5); }
H1.HeaderClassName
{
color: #682405;
}
.AnyTagClassName
{
color: #682405;
}
</style>
background-color css
<style>
a { background-color: #682405; }
a { background-color: rgb(104,36,5); }
div.DivClassName
{
background-color: #682405;
}
.BgClassName
{
background-color: #682405;
}
</style>
border-color css
<style>
span { border-color: #682405; }
span { border-color: rgb(104,36,5); }
td.TdClassName
{
border-color: #682405;
}
.TagClassName
{
border-color: #682405;
}
</style>