Html Css Color HEX #683F21 Semi-Sweet Chocolate
📋 copy color: '#683F21'red 104 ◦ green 63 ◦ blue 33
Shades of Semi-Sweet Chocolate #683F21
Tints of Semi-Sweet Chocolate #683F21
RGB
CMYK
RGB Variations
Color information
#683F21 (or 0x683F21) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 3F and 21. RGB value is (104,63,33). Sum of RGB (Red+Green+Blue) = 104+63+33=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #683F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F21 is #97C0DE. Grayscale: #474747. Windows color (decimal): -9945311 or 2178920. OLE color: 2178920.
HSL color Cylindrical-coordinate representation of color #683F21: hue angle of 25.35º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #683F21 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 33 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.59 |
| HSL | 25.35º | 0.52% | 0.27% | - |
| HSV(B) | 25.35º | 0.68% | 0.41% | - |
| XYZ | 7.76 | 6.61 | 2.31 | - |
| YUV | 71.84 | 106.08 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 33 | 0 | 0.39 | 0.68 | 0.59 | 25.35 | 0.52 | 0.27 |
| Hex | 68 | 3F | 21 | 0 | 27 | 44 | 3B | 19 | 34 | 1B |
| Octal | 150 | 77 | 41 | 0 | 47 | 104 | 73 | 31 | 64 | 33 |
| Binary | 1101000 | 111111 | 100001 | 0 | 100111 | 1000100 | 111011 | 11001 | 110100 | 11011 |
Color Harmonies of #683F21
Complementary color
Monochromatic Colors of #683F21
Black with #683F21
Text Example
Text Example
White with #683F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F21; }
p { color: rgb(104,63,33); }
H1.HeaderClassName
{
color: #683F21;
}
.AnyTagClassName
{
color: #683F21;
}
</style>
background-color css
<style>
a { background-color: #683F21; }
a { background-color: rgb(104,63,33); }
div.DivClassName
{
background-color: #683F21;
}
.BgClassName
{
background-color: #683F21;
}
</style>
border-color css
<style>
span { border-color: #683F21; }
span { border-color: rgb(104,63,33); }
td.TdClassName
{
border-color: #683F21;
}
.TagClassName
{
border-color: #683F21;
}
</style>