Html Css Color HEX #6C4028 Semi-Sweet Chocolate
📋 copy color: '#6C4028'red 108 ◦ green 64 ◦ blue 40
Shades of Semi-Sweet Chocolate #6C4028
Tints of Semi-Sweet Chocolate #6C4028
RGB
CMYK
RGB Variations
Color information
#6C4028 (or 0x6C4028) is known color: Semi-Sweet Chocolate. HEX triplet: 6C, 40 and 28. RGB value is (108,64,40). Sum of RGB (Red+Green+Blue) = 108+64+40=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4028 is #93BFD7. Grayscale: #4A4A4A. Windows color (decimal): -9682904 or 2637932. OLE color: 2637932.
HSL color Cylindrical-coordinate representation of color #6C4028: hue angle of 21.18º 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 #6C4028 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 64 | 40 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.58 |
| HSL | 21.18º | 0.46% | 0.29% | - |
| HSV(B) | 21.18º | 0.63% | 0.42% | - |
| XYZ | 8.4 | 7.01 | 2.92 | - |
| YUV | 74.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 64 | 40 | 0 | 0.41 | 0.63 | 0.58 | 21.18 | 0.46 | 0.29 |
| Hex | 6C | 40 | 28 | 0 | 29 | 3F | 3A | 15 | 2E | 1D |
| Octal | 154 | 100 | 50 | 0 | 51 | 77 | 72 | 25 | 56 | 35 |
| Binary | 1101100 | 1000000 | 101000 | 0 | 101001 | 111111 | 111010 | 10101 | 101110 | 11101 |
Color Harmonies of #6C4028
Complementary color
Monochromatic Colors of #6C4028
Black with #6C4028
Text Example
Text Example
White with #6C4028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4028; }
p { color: rgb(108,64,40); }
H1.HeaderClassName
{
color: #6C4028;
}
.AnyTagClassName
{
color: #6C4028;
}
</style>
background-color css
<style>
a { background-color: #6C4028; }
a { background-color: rgb(108,64,40); }
div.DivClassName
{
background-color: #6C4028;
}
.BgClassName
{
background-color: #6C4028;
}
</style>
border-color css
<style>
span { border-color: #6C4028; }
span { border-color: rgb(108,64,40); }
td.TdClassName
{
border-color: #6C4028;
}
.TagClassName
{
border-color: #6C4028;
}
</style>