Html Css Color HEX #6A442D Semi-Sweet Chocolate
📋 copy color: '#6A442D'red 106 ◦ green 68 ◦ blue 45
Shades of Semi-Sweet Chocolate #6A442D
Tints of Semi-Sweet Chocolate #6A442D
RGB
CMYK
RGB Variations
Color information
#6A442D (or 0x6A442D) is known color: Semi-Sweet Chocolate. HEX triplet: 6A, 44 and 2D. RGB value is (106,68,45). Sum of RGB (Red+Green+Blue) = 106+68+45=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 106 - color contains mainly: red. Hex color #6A442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A442D is #95BBD2. Grayscale: #4C4C4C. Windows color (decimal): -9812947 or 2966634. OLE color: 2966634.
HSL color Cylindrical-coordinate representation of color #6A442D: hue angle of 22.62º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A442D is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 68 | 45 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.58 |
| HSL | 22.62º | 0.4% | 0.3% | - |
| HSV(B) | 22.62º | 0.58% | 0.42% | - |
| XYZ | 8.48 | 7.39 | 3.46 | - |
| YUV | 76.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 68 | 45 | 0 | 0.36 | 0.58 | 0.58 | 22.62 | 0.4 | 0.3 |
| Hex | 6A | 44 | 2D | 0 | 24 | 3A | 3A | 17 | 28 | 1E |
| Octal | 152 | 104 | 55 | 0 | 44 | 72 | 72 | 27 | 50 | 36 |
| Binary | 1101010 | 1000100 | 101101 | 0 | 100100 | 111010 | 111010 | 10111 | 101000 | 11110 |
Color Harmonies of #6A442D
Complementary color
Monochromatic Colors of #6A442D
Black with #6A442D
Text Example
Text Example
White with #6A442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A442D; }
p { color: rgb(106,68,45); }
H1.HeaderClassName
{
color: #6A442D;
}
.AnyTagClassName
{
color: #6A442D;
}
</style>
background-color css
<style>
a { background-color: #6A442D; }
a { background-color: rgb(106,68,45); }
div.DivClassName
{
background-color: #6A442D;
}
.BgClassName
{
background-color: #6A442D;
}
</style>
border-color css
<style>
span { border-color: #6A442D; }
span { border-color: rgb(106,68,45); }
td.TdClassName
{
border-color: #6A442D;
}
.TagClassName
{
border-color: #6A442D;
}
</style>