Html Css Color HEX #683F27 Semi-Sweet Chocolate
📋 copy color: '#683F27'red 104 ◦ green 63 ◦ blue 39
Shades of Semi-Sweet Chocolate #683F27
Tints of Semi-Sweet Chocolate #683F27
RGB
CMYK
RGB Variations
Color information
#683F27 (or 0x683F27) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 3F and 27. RGB value is (104,63,39). Sum of RGB (Red+Green+Blue) = 104+63+39=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #683F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F27 is #97C0D8. Grayscale: #484848. Windows color (decimal): -9945305 or 2572136. OLE color: 2572136.
HSL color Cylindrical-coordinate representation of color #683F27: hue angle of 22.15º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #683F27 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 39 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.59 |
| HSL | 22.15º | 0.45% | 0.28% | - |
| HSV(B) | 22.15º | 0.63% | 0.41% | - |
| XYZ | 7.85 | 6.64 | 2.79 | - |
| YUV | 72.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 39 | 0 | 0.39 | 0.62 | 0.59 | 22.15 | 0.45 | 0.28 |
| Hex | 68 | 3F | 27 | 0 | 27 | 3E | 3B | 16 | 2D | 1C |
| Octal | 150 | 77 | 47 | 0 | 47 | 76 | 73 | 26 | 55 | 34 |
| Binary | 1101000 | 111111 | 100111 | 0 | 100111 | 111110 | 111011 | 10110 | 101101 | 11100 |
Color Harmonies of #683F27
Complementary color
Monochromatic Colors of #683F27
Black with #683F27
Text Example
Text Example
White with #683F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F27; }
p { color: rgb(104,63,39); }
H1.HeaderClassName
{
color: #683F27;
}
.AnyTagClassName
{
color: #683F27;
}
</style>
background-color css
<style>
a { background-color: #683F27; }
a { background-color: rgb(104,63,39); }
div.DivClassName
{
background-color: #683F27;
}
.BgClassName
{
background-color: #683F27;
}
</style>
border-color css
<style>
span { border-color: #683F27; }
span { border-color: rgb(104,63,39); }
td.TdClassName
{
border-color: #683F27;
}
.TagClassName
{
border-color: #683F27;
}
</style>