Html Css Color HEX #6C4328 Semi-Sweet Chocolate
📋 copy color: '#6C4328'red 108 ◦ green 67 ◦ blue 40
Shades of Semi-Sweet Chocolate #6C4328
Tints of Semi-Sweet Chocolate #6C4328
RGB
CMYK
RGB Variations
Color information
#6C4328 (or 0x6C4328) is known color: Semi-Sweet Chocolate. HEX triplet: 6C, 43 and 28. RGB value is (108,67,40). Sum of RGB (Red+Green+Blue) = 108+67+40=215 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.23% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4328 is #93BCD7. Grayscale: #4C4C4C. Windows color (decimal): -9682136 or 2638700. OLE color: 2638700.
HSL color Cylindrical-coordinate representation of color #6C4328: hue angle of 23.82º 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 #6C4328 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 67 | 40 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.58 |
| HSL | 23.82º | 0.46% | 0.29% | - |
| HSV(B) | 23.82º | 0.63% | 0.42% | - |
| XYZ | 8.57 | 7.36 | 2.98 | - |
| YUV | 76.18 | 107.58 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 67 | 40 | 0 | 0.38 | 0.63 | 0.58 | 23.82 | 0.46 | 0.29 |
| Hex | 6C | 43 | 28 | 0 | 26 | 3F | 3A | 18 | 2E | 1D |
| Octal | 154 | 103 | 50 | 0 | 46 | 77 | 72 | 30 | 56 | 35 |
| Binary | 1101100 | 1000011 | 101000 | 0 | 100110 | 111111 | 111010 | 11000 | 101110 | 11101 |
Color Harmonies of #6C4328
Complementary color
Monochromatic Colors of #6C4328
Black with #6C4328
Text Example
Text Example
White with #6C4328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4328; }
p { color: rgb(108,67,40); }
H1.HeaderClassName
{
color: #6C4328;
}
.AnyTagClassName
{
color: #6C4328;
}
</style>
background-color css
<style>
a { background-color: #6C4328; }
a { background-color: rgb(108,67,40); }
div.DivClassName
{
background-color: #6C4328;
}
.BgClassName
{
background-color: #6C4328;
}
</style>
border-color css
<style>
span { border-color: #6C4328; }
span { border-color: rgb(108,67,40); }
td.TdClassName
{
border-color: #6C4328;
}
.TagClassName
{
border-color: #6C4328;
}
</style>