Html Css Color HEX #684325 Semi-Sweet Chocolate
📋 copy color: '#684325'red 104 ◦ green 67 ◦ blue 37
Shades of Semi-Sweet Chocolate #684325
Tints of Semi-Sweet Chocolate #684325
RGB
CMYK
RGB Variations
Color information
#684325 (or 0x684325) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 43 and 25. RGB value is (104,67,37). Sum of RGB (Red+Green+Blue) = 104+67+37=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #684325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684325 is #97BCDA. Grayscale: #4A4A4A. Windows color (decimal): -9944283 or 2442088. OLE color: 2442088.
HSL color Cylindrical-coordinate representation of color #684325: hue angle of 26.87º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #684325 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 67 | 37 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.59 |
| HSL | 26.87º | 0.48% | 0.28% | - |
| HSV(B) | 26.87º | 0.64% | 0.41% | - |
| XYZ | 8.05 | 7.09 | 2.69 | - |
| YUV | 74.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 67 | 37 | 0 | 0.36 | 0.64 | 0.59 | 26.87 | 0.48 | 0.28 |
| Hex | 68 | 43 | 25 | 0 | 24 | 40 | 3B | 1B | 30 | 1C |
| Octal | 150 | 103 | 45 | 0 | 44 | 100 | 73 | 33 | 60 | 34 |
| Binary | 1101000 | 1000011 | 100101 | 0 | 100100 | 1000000 | 111011 | 11011 | 110000 | 11100 |
Color Harmonies of #684325
Complementary color
Monochromatic Colors of #684325
Black with #684325
Text Example
Text Example
White with #684325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684325; }
p { color: rgb(104,67,37); }
H1.HeaderClassName
{
color: #684325;
}
.AnyTagClassName
{
color: #684325;
}
</style>
background-color css
<style>
a { background-color: #684325; }
a { background-color: rgb(104,67,37); }
div.DivClassName
{
background-color: #684325;
}
.BgClassName
{
background-color: #684325;
}
</style>
border-color css
<style>
span { border-color: #684325; }
span { border-color: rgb(104,67,37); }
td.TdClassName
{
border-color: #684325;
}
.TagClassName
{
border-color: #684325;
}
</style>