Html Css Color HEX #683C1D Semi-Sweet Chocolate
📋 copy color: '#683C1D'red 104 ◦ green 60 ◦ blue 29
Shades of Semi-Sweet Chocolate #683C1D
Tints of Semi-Sweet Chocolate #683C1D
RGB
CMYK
RGB Variations
Color information
#683C1D (or 0x683C1D) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 3C and 1D. RGB value is (104,60,29). Sum of RGB (Red+Green+Blue) = 104+60+29=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #683C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C1D is #97C3E2. Grayscale: #454545. Windows color (decimal): -9946083 or 1916008. OLE color: 1916008.
HSL color Cylindrical-coordinate representation of color #683C1D: hue angle of 24.8º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #683C1D is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 60 | 29 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.59 |
| HSL | 24.8º | 0.56% | 0.26% | - |
| HSV(B) | 24.8º | 0.72% | 0.41% | - |
| XYZ | 7.55 | 6.26 | 1.97 | - |
| YUV | 69.62 | 105.08 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 29 | 0 | 0.42 | 0.72 | 0.59 | 24.8 | 0.56 | 0.26 |
| Hex | 68 | 3C | 1D | 0 | 2A | 48 | 3B | 19 | 38 | 1A |
| Octal | 150 | 74 | 35 | 0 | 52 | 110 | 73 | 31 | 70 | 32 |
| Binary | 1101000 | 111100 | 11101 | 0 | 101010 | 1001000 | 111011 | 11001 | 111000 | 11010 |
Color Harmonies of #683C1D
Complementary color
Monochromatic Colors of #683C1D
Black with #683C1D
Text Example
Text Example
White with #683C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683C1D; }
p { color: rgb(104,60,29); }
H1.HeaderClassName
{
color: #683C1D;
}
.AnyTagClassName
{
color: #683C1D;
}
</style>
background-color css
<style>
a { background-color: #683C1D; }
a { background-color: rgb(104,60,29); }
div.DivClassName
{
background-color: #683C1D;
}
.BgClassName
{
background-color: #683C1D;
}
</style>
border-color css
<style>
span { border-color: #683C1D; }
span { border-color: rgb(104,60,29); }
td.TdClassName
{
border-color: #683C1D;
}
.TagClassName
{
border-color: #683C1D;
}
</style>