Html Css Color HEX #684124 Semi-Sweet Chocolate
📋 copy color: '#684124'red 104 ◦ green 65 ◦ blue 36
Shades of Semi-Sweet Chocolate #684124
Tints of Semi-Sweet Chocolate #684124
RGB
CMYK
RGB Variations
Color information
#684124 (or 0x684124) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 41 and 24. RGB value is (104,65,36). Sum of RGB (Red+Green+Blue) = 104+65+36=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #684124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684124 is #97BEDB. Grayscale: #494949. Windows color (decimal): -9944796 or 2376040. OLE color: 2376040.
HSL color Cylindrical-coordinate representation of color #684124: hue angle of 25.59º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #684124 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 65 | 36 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.59 |
| HSL | 25.59º | 0.49% | 0.27% | - |
| HSV(B) | 25.59º | 0.65% | 0.41% | - |
| XYZ | 7.92 | 6.85 | 2.57 | - |
| YUV | 73.36 | 106.92 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 36 | 0 | 0.38 | 0.65 | 0.59 | 25.59 | 0.49 | 0.27 |
| Hex | 68 | 41 | 24 | 0 | 26 | 41 | 3B | 1A | 31 | 1B |
| Octal | 150 | 101 | 44 | 0 | 46 | 101 | 73 | 32 | 61 | 33 |
| Binary | 1101000 | 1000001 | 100100 | 0 | 100110 | 1000001 | 111011 | 11010 | 110001 | 11011 |
Color Harmonies of #684124
Complementary color
Monochromatic Colors of #684124
Black with #684124
Text Example
Text Example
White with #684124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684124; }
p { color: rgb(104,65,36); }
H1.HeaderClassName
{
color: #684124;
}
.AnyTagClassName
{
color: #684124;
}
</style>
background-color css
<style>
a { background-color: #684124; }
a { background-color: rgb(104,65,36); }
div.DivClassName
{
background-color: #684124;
}
.BgClassName
{
background-color: #684124;
}
</style>
border-color css
<style>
span { border-color: #684124; }
span { border-color: rgb(104,65,36); }
td.TdClassName
{
border-color: #684124;
}
.TagClassName
{
border-color: #684124;
}
</style>