Html Css Color HEX #683F20 Semi-Sweet Chocolate
📋 copy color: '#683F20'red 104 ◦ green 63 ◦ blue 32
Shades of Semi-Sweet Chocolate #683F20
Tints of Semi-Sweet Chocolate #683F20
RGB
CMYK
RGB Variations
Color information
#683F20 (or 0x683F20) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 3F and 20. RGB value is (104,63,32). Sum of RGB (Red+Green+Blue) = 104+63+32=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #683F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F20 is #97C0DF. Grayscale: #474747. Windows color (decimal): -9945312 or 2113384. OLE color: 2113384.
HSL color Cylindrical-coordinate representation of color #683F20: hue angle of 25.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #683F20 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 32 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.59 |
| HSL | 25.83º | 0.53% | 0.27% | - |
| HSV(B) | 25.83º | 0.69% | 0.41% | - |
| XYZ | 7.75 | 6.6 | 2.23 | - |
| YUV | 71.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 32 | 0 | 0.39 | 0.69 | 0.59 | 25.83 | 0.53 | 0.27 |
| Hex | 68 | 3F | 20 | 0 | 27 | 45 | 3B | 1A | 35 | 1B |
| Octal | 150 | 77 | 40 | 0 | 47 | 105 | 73 | 32 | 65 | 33 |
| Binary | 1101000 | 111111 | 100000 | 0 | 100111 | 1000101 | 111011 | 11010 | 110101 | 11011 |
Color Harmonies of #683F20
Complementary color
Monochromatic Colors of #683F20
Black with #683F20
Text Example
Text Example
White with #683F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F20; }
p { color: rgb(104,63,32); }
H1.HeaderClassName
{
color: #683F20;
}
.AnyTagClassName
{
color: #683F20;
}
</style>
background-color css
<style>
a { background-color: #683F20; }
a { background-color: rgb(104,63,32); }
div.DivClassName
{
background-color: #683F20;
}
.BgClassName
{
background-color: #683F20;
}
</style>
border-color css
<style>
span { border-color: #683F20; }
span { border-color: rgb(104,63,32); }
td.TdClassName
{
border-color: #683F20;
}
.TagClassName
{
border-color: #683F20;
}
</style>