Html Css Color HEX #68422A Semi-Sweet Chocolate
📋 copy color: '#68422A'red 104 ◦ green 66 ◦ blue 42
Shades of Semi-Sweet Chocolate #68422A
Tints of Semi-Sweet Chocolate #68422A
RGB
CMYK
RGB Variations
Color information
#68422A (or 0x68422A) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 42 and 2A. RGB value is (104,66,42). Sum of RGB (Red+Green+Blue) = 104+66+42=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #68422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68422A is #97BDD5. Grayscale: #4A4A4A. Windows color (decimal): -9944534 or 2769512. OLE color: 2769512.
HSL color Cylindrical-coordinate representation of color #68422A: hue angle of 23.23º 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 #68422A is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 66 | 42 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.59 |
| HSL | 23.23º | 0.42% | 0.29% | - |
| HSV(B) | 23.23º | 0.6% | 0.41% | - |
| XYZ | 8.08 | 7.01 | 3.12 | - |
| YUV | 74.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 42 | 0 | 0.37 | 0.60 | 0.59 | 23.23 | 0.42 | 0.29 |
| Hex | 68 | 42 | 2A | 0 | 25 | 3C | 3B | 17 | 2A | 1D |
| Octal | 150 | 102 | 52 | 0 | 45 | 74 | 73 | 27 | 52 | 35 |
| Binary | 1101000 | 1000010 | 101010 | 0 | 100101 | 111100 | 111011 | 10111 | 101010 | 11101 |
Color Harmonies of #68422A
Complementary color
Monochromatic Colors of #68422A
Black with #68422A
Text Example
Text Example
White with #68422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68422A; }
p { color: rgb(104,66,42); }
H1.HeaderClassName
{
color: #68422A;
}
.AnyTagClassName
{
color: #68422A;
}
</style>
background-color css
<style>
a { background-color: #68422A; }
a { background-color: rgb(104,66,42); }
div.DivClassName
{
background-color: #68422A;
}
.BgClassName
{
background-color: #68422A;
}
</style>
border-color css
<style>
span { border-color: #68422A; }
span { border-color: rgb(104,66,42); }
td.TdClassName
{
border-color: #68422A;
}
.TagClassName
{
border-color: #68422A;
}
</style>