Html Css Color HEX #6B4228 Semi-Sweet Chocolate
📋 copy color: '#6B4228'red 107 ◦ green 66 ◦ blue 40
Shades of Semi-Sweet Chocolate #6B4228
Tints of Semi-Sweet Chocolate #6B4228
RGB
CMYK
RGB Variations
Color information
#6B4228 (or 0x6B4228) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 42 and 28. RGB value is (107,66,40). Sum of RGB (Red+Green+Blue) = 107+66+40=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4228 is #94BDD7. Grayscale: #4B4B4B. Windows color (decimal): -9747928 or 2638443. OLE color: 2638443.
HSL color Cylindrical-coordinate representation of color #6B4228: hue angle of 23.28º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B4228 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 66 | 40 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.58 |
| HSL | 23.28º | 0.46% | 0.29% | - |
| HSV(B) | 23.28º | 0.63% | 0.42% | - |
| XYZ | 8.39 | 7.18 | 2.95 | - |
| YUV | 75.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 66 | 40 | 0 | 0.38 | 0.63 | 0.58 | 23.28 | 0.46 | 0.29 |
| Hex | 6B | 42 | 28 | 0 | 26 | 3F | 3A | 17 | 2E | 1D |
| Octal | 153 | 102 | 50 | 0 | 46 | 77 | 72 | 27 | 56 | 35 |
| Binary | 1101011 | 1000010 | 101000 | 0 | 100110 | 111111 | 111010 | 10111 | 101110 | 11101 |
Color Harmonies of #6B4228
Complementary color
Monochromatic Colors of #6B4228
Black with #6B4228
Text Example
Text Example
White with #6B4228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4228; }
p { color: rgb(107,66,40); }
H1.HeaderClassName
{
color: #6B4228;
}
.AnyTagClassName
{
color: #6B4228;
}
</style>
background-color css
<style>
a { background-color: #6B4228; }
a { background-color: rgb(107,66,40); }
div.DivClassName
{
background-color: #6B4228;
}
.BgClassName
{
background-color: #6B4228;
}
</style>
border-color css
<style>
span { border-color: #6B4228; }
span { border-color: rgb(107,66,40); }
td.TdClassName
{
border-color: #6B4228;
}
.TagClassName
{
border-color: #6B4228;
}
</style>