Html Css Color HEX #68412B Semi-Sweet Chocolate
📋 copy color: '#68412B'red 104 ◦ green 65 ◦ blue 43
Shades of Semi-Sweet Chocolate #68412B
Tints of Semi-Sweet Chocolate #68412B
RGB
CMYK
RGB Variations
Color information
#68412B (or 0x68412B) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 41 and 2B. RGB value is (104,65,43). Sum of RGB (Red+Green+Blue) = 104+65+43=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #68412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68412B is #97BED4. Grayscale: #4A4A4A. Windows color (decimal): -9944789 or 2834792. OLE color: 2834792.
HSL color Cylindrical-coordinate representation of color #68412B: hue angle of 21.64º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68412B is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 65 | 43 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.59 |
| HSL | 21.64º | 0.41% | 0.29% | - |
| HSV(B) | 21.64º | 0.59% | 0.41% | - |
| XYZ | 8.04 | 6.9 | 3.19 | - |
| YUV | 74.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 43 | 0 | 0.38 | 0.59 | 0.59 | 21.64 | 0.41 | 0.29 |
| Hex | 68 | 41 | 2B | 0 | 26 | 3B | 3B | 16 | 29 | 1D |
| Octal | 150 | 101 | 53 | 0 | 46 | 73 | 73 | 26 | 51 | 35 |
| Binary | 1101000 | 1000001 | 101011 | 0 | 100110 | 111011 | 111011 | 10110 | 101001 | 11101 |
Color Harmonies of #68412B
Complementary color
Monochromatic Colors of #68412B
Black with #68412B
Text Example
Text Example
White with #68412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68412B; }
p { color: rgb(104,65,43); }
H1.HeaderClassName
{
color: #68412B;
}
.AnyTagClassName
{
color: #68412B;
}
</style>
background-color css
<style>
a { background-color: #68412B; }
a { background-color: rgb(104,65,43); }
div.DivClassName
{
background-color: #68412B;
}
.BgClassName
{
background-color: #68412B;
}
</style>
border-color css
<style>
span { border-color: #68412B; }
span { border-color: rgb(104,65,43); }
td.TdClassName
{
border-color: #68412B;
}
.TagClassName
{
border-color: #68412B;
}
</style>