Html Css Color HEX #683F2A Semi-Sweet Chocolate
📋 copy color: '#683F2A'red 104 ◦ green 63 ◦ blue 42
Shades of Semi-Sweet Chocolate #683F2A
Tints of Semi-Sweet Chocolate #683F2A
RGB
CMYK
RGB Variations
Color information
#683F2A (or 0x683F2A) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 3F and 2A. RGB value is (104,63,42). Sum of RGB (Red+Green+Blue) = 104+63+42=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #683F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F2A is #97C0D5. Grayscale: #484848. Windows color (decimal): -9945302 or 2768744. OLE color: 2768744.
HSL color Cylindrical-coordinate representation of color #683F2A: hue angle of 20.32º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #683F2A is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 42 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.59 |
| HSL | 20.32º | 0.42% | 0.29% | - |
| HSV(B) | 20.32º | 0.6% | 0.41% | - |
| XYZ | 7.9 | 6.67 | 3.06 | - |
| YUV | 72.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 42 | 0 | 0.39 | 0.60 | 0.59 | 20.32 | 0.42 | 0.29 |
| Hex | 68 | 3F | 2A | 0 | 27 | 3C | 3B | 14 | 2A | 1D |
| Octal | 150 | 77 | 52 | 0 | 47 | 74 | 73 | 24 | 52 | 35 |
| Binary | 1101000 | 111111 | 101010 | 0 | 100111 | 111100 | 111011 | 10100 | 101010 | 11101 |
Color Harmonies of #683F2A
Complementary color
Monochromatic Colors of #683F2A
Black with #683F2A
Text Example
Text Example
White with #683F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F2A; }
p { color: rgb(104,63,42); }
H1.HeaderClassName
{
color: #683F2A;
}
.AnyTagClassName
{
color: #683F2A;
}
</style>
background-color css
<style>
a { background-color: #683F2A; }
a { background-color: rgb(104,63,42); }
div.DivClassName
{
background-color: #683F2A;
}
.BgClassName
{
background-color: #683F2A;
}
</style>
border-color css
<style>
span { border-color: #683F2A; }
span { border-color: rgb(104,63,42); }
td.TdClassName
{
border-color: #683F2A;
}
.TagClassName
{
border-color: #683F2A;
}
</style>