Html Css Color HEX #6A4228 Semi-Sweet Chocolate
📋 copy color: '#6A4228'red 106 ◦ green 66 ◦ blue 40
Shades of Semi-Sweet Chocolate #6A4228
Tints of Semi-Sweet Chocolate #6A4228
RGB
CMYK
RGB Variations
Color information
#6A4228 (or 0x6A4228) is known color: Semi-Sweet Chocolate. HEX triplet: 6A, 42 and 28. RGB value is (106,66,40). Sum of RGB (Red+Green+Blue) = 106+66+40=212 (28% of max value = 765). Red value is 106 (41.80% from 255 or 50% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4228 is #95BDD7. Grayscale: #4B4B4B. Windows color (decimal): -9813464 or 2638442. OLE color: 2638442.
HSL color Cylindrical-coordinate representation of color #6A4228: hue angle of 23.64º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A4228 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 66 | 40 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.58 |
| HSL | 23.64º | 0.45% | 0.29% | - |
| HSV(B) | 23.64º | 0.62% | 0.42% | - |
| XYZ | 8.28 | 7.11 | 2.94 | - |
| YUV | 75 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 66 | 40 | 0 | 0.38 | 0.62 | 0.58 | 23.64 | 0.45 | 0.29 |
| Hex | 6A | 42 | 28 | 0 | 26 | 3E | 3A | 18 | 2D | 1D |
| Octal | 152 | 102 | 50 | 0 | 46 | 76 | 72 | 30 | 55 | 35 |
| Binary | 1101010 | 1000010 | 101000 | 0 | 100110 | 111110 | 111010 | 11000 | 101101 | 11101 |
Color Harmonies of #6A4228
Complementary color
Monochromatic Colors of #6A4228
Black with #6A4228
Text Example
Text Example
White with #6A4228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4228; }
p { color: rgb(106,66,40); }
H1.HeaderClassName
{
color: #6A4228;
}
.AnyTagClassName
{
color: #6A4228;
}
</style>
background-color css
<style>
a { background-color: #6A4228; }
a { background-color: rgb(106,66,40); }
div.DivClassName
{
background-color: #6A4228;
}
.BgClassName
{
background-color: #6A4228;
}
</style>
border-color css
<style>
span { border-color: #6A4228; }
span { border-color: rgb(106,66,40); }
td.TdClassName
{
border-color: #6A4228;
}
.TagClassName
{
border-color: #6A4228;
}
</style>