Html Css Color HEX #683D20 Semi-Sweet Chocolate
📋 copy color: '#683D20'red 104 ◦ green 61 ◦ blue 32
Shades of Semi-Sweet Chocolate #683D20
Tints of Semi-Sweet Chocolate #683D20
RGB
CMYK
RGB Variations
Color information
#683D20 (or 0x683D20) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 3D and 20. RGB value is (104,61,32). Sum of RGB (Red+Green+Blue) = 104+61+32=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #683D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D20 is #97C2DF. Grayscale: #464646. Windows color (decimal): -9945824 or 2112872. OLE color: 2112872.
HSL color Cylindrical-coordinate representation of color #683D20: hue angle of 24.17º 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 #683D20 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 32 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.59 |
| HSL | 24.17º | 0.53% | 0.27% | - |
| HSV(B) | 24.17º | 0.69% | 0.41% | - |
| XYZ | 7.64 | 6.38 | 2.2 | - |
| YUV | 70.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 32 | 0 | 0.41 | 0.69 | 0.59 | 24.17 | 0.53 | 0.27 |
| Hex | 68 | 3D | 20 | 0 | 29 | 45 | 3B | 18 | 35 | 1B |
| Octal | 150 | 75 | 40 | 0 | 51 | 105 | 73 | 30 | 65 | 33 |
| Binary | 1101000 | 111101 | 100000 | 0 | 101001 | 1000101 | 111011 | 11000 | 110101 | 11011 |
Color Harmonies of #683D20
Complementary color
Monochromatic Colors of #683D20
Black with #683D20
Text Example
Text Example
White with #683D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D20; }
p { color: rgb(104,61,32); }
H1.HeaderClassName
{
color: #683D20;
}
.AnyTagClassName
{
color: #683D20;
}
</style>
background-color css
<style>
a { background-color: #683D20; }
a { background-color: rgb(104,61,32); }
div.DivClassName
{
background-color: #683D20;
}
.BgClassName
{
background-color: #683D20;
}
</style>
border-color css
<style>
span { border-color: #683D20; }
span { border-color: rgb(104,61,32); }
td.TdClassName
{
border-color: #683D20;
}
.TagClassName
{
border-color: #683D20;
}
</style>