Html Css Color HEX #68422C Semi-Sweet Chocolate
📋 copy color: '#68422C'red 104 ◦ green 66 ◦ blue 44
Shades of Semi-Sweet Chocolate #68422C
Tints of Semi-Sweet Chocolate #68422C
RGB
CMYK
RGB Variations
Color information
#68422C (or 0x68422C) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 42 and 2C. RGB value is (104,66,44). Sum of RGB (Red+Green+Blue) = 104+66+44=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68422C is #97BDD3. Grayscale: #4A4A4A. Windows color (decimal): -9944532 or 2900584. OLE color: 2900584.
HSL color Cylindrical-coordinate representation of color #68422C: hue angle of 22º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68422C is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 66 | 44 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.59 |
| HSL | 22º | 0.41% | 0.29% | - |
| HSV(B) | 22º | 0.58% | 0.41% | - |
| XYZ | 8.11 | 7.02 | 3.31 | - |
| YUV | 74.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 44 | 0 | 0.37 | 0.58 | 0.59 | 22 | 0.41 | 0.29 |
| Hex | 68 | 42 | 2C | 0 | 25 | 3A | 3B | 16 | 29 | 1D |
| Octal | 150 | 102 | 54 | 0 | 45 | 72 | 73 | 26 | 51 | 35 |
| Binary | 1101000 | 1000010 | 101100 | 0 | 100101 | 111010 | 111011 | 10110 | 101001 | 11101 |
Color Harmonies of #68422C
Complementary color
Monochromatic Colors of #68422C
Black with #68422C
Text Example
Text Example
White with #68422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68422C; }
p { color: rgb(104,66,44); }
H1.HeaderClassName
{
color: #68422C;
}
.AnyTagClassName
{
color: #68422C;
}
</style>
background-color css
<style>
a { background-color: #68422C; }
a { background-color: rgb(104,66,44); }
div.DivClassName
{
background-color: #68422C;
}
.BgClassName
{
background-color: #68422C;
}
</style>
border-color css
<style>
span { border-color: #68422C; }
span { border-color: rgb(104,66,44); }
td.TdClassName
{
border-color: #68422C;
}
.TagClassName
{
border-color: #68422C;
}
</style>