Html Css Color HEX #68402C Semi-Sweet Chocolate
📋 copy color: '#68402C'red 104 ◦ green 64 ◦ blue 44
Shades of Semi-Sweet Chocolate #68402C
Tints of Semi-Sweet Chocolate #68402C
RGB
CMYK
RGB Variations
Color information
#68402C (or 0x68402C) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 40 and 2C. RGB value is (104,64,44). Sum of RGB (Red+Green+Blue) = 104+64+44=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #68402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68402C is #97BFD3. Grayscale: #494949. Windows color (decimal): -9945044 or 2900072. OLE color: 2900072.
HSL color Cylindrical-coordinate representation of color #68402C: hue angle of 20º 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 #68402C is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 64 | 44 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.59 |
| HSL | 20º | 0.41% | 0.29% | - |
| HSV(B) | 20º | 0.58% | 0.41% | - |
| XYZ | 8 | 6.79 | 3.27 | - |
| YUV | 73.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 44 | 0 | 0.38 | 0.58 | 0.59 | 20 | 0.41 | 0.29 |
| Hex | 68 | 40 | 2C | 0 | 26 | 3A | 3B | 14 | 29 | 1D |
| Octal | 150 | 100 | 54 | 0 | 46 | 72 | 73 | 24 | 51 | 35 |
| Binary | 1101000 | 1000000 | 101100 | 0 | 100110 | 111010 | 111011 | 10100 | 101001 | 11101 |
Color Harmonies of #68402C
Complementary color
Monochromatic Colors of #68402C
Black with #68402C
Text Example
Text Example
White with #68402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68402C; }
p { color: rgb(104,64,44); }
H1.HeaderClassName
{
color: #68402C;
}
.AnyTagClassName
{
color: #68402C;
}
</style>
background-color css
<style>
a { background-color: #68402C; }
a { background-color: rgb(104,64,44); }
div.DivClassName
{
background-color: #68402C;
}
.BgClassName
{
background-color: #68402C;
}
</style>
border-color css
<style>
span { border-color: #68402C; }
span { border-color: rgb(104,64,44); }
td.TdClassName
{
border-color: #68402C;
}
.TagClassName
{
border-color: #68402C;
}
</style>