Html Css Color HEX #6D4328 Semi-Sweet Chocolate
📋 copy color: '#6D4328'red 109 ◦ green 67 ◦ blue 40
Shades of Semi-Sweet Chocolate #6D4328
Tints of Semi-Sweet Chocolate #6D4328
RGB
CMYK
RGB Variations
Color information
#6D4328 (or 0x6D4328) is known color: Semi-Sweet Chocolate. HEX triplet: 6D, 43 and 28. RGB value is (109,67,40). Sum of RGB (Red+Green+Blue) = 109+67+40=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4328 is #92BCD7. Grayscale: #4C4C4C. Windows color (decimal): -9616600 or 2638701. OLE color: 2638701.
HSL color Cylindrical-coordinate representation of color #6D4328: hue angle of 23.48º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D4328 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 67 | 40 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.57 |
| HSL | 23.48º | 0.46% | 0.29% | - |
| HSV(B) | 23.48º | 0.63% | 0.43% | - |
| XYZ | 8.7 | 7.42 | 2.98 | - |
| YUV | 76.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 40 | 0 | 0.39 | 0.63 | 0.57 | 23.48 | 0.46 | 0.29 |
| Hex | 6D | 43 | 28 | 0 | 27 | 3F | 39 | 17 | 2E | 1D |
| Octal | 155 | 103 | 50 | 0 | 47 | 77 | 71 | 27 | 56 | 35 |
| Binary | 1101101 | 1000011 | 101000 | 0 | 100111 | 111111 | 111001 | 10111 | 101110 | 11101 |
Color Harmonies of #6D4328
Complementary color
Monochromatic Colors of #6D4328
Black with #6D4328
Text Example
Text Example
White with #6D4328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4328; }
p { color: rgb(109,67,40); }
H1.HeaderClassName
{
color: #6D4328;
}
.AnyTagClassName
{
color: #6D4328;
}
</style>
background-color css
<style>
a { background-color: #6D4328; }
a { background-color: rgb(109,67,40); }
div.DivClassName
{
background-color: #6D4328;
}
.BgClassName
{
background-color: #6D4328;
}
</style>
border-color css
<style>
span { border-color: #6D4328; }
span { border-color: rgb(109,67,40); }
td.TdClassName
{
border-color: #6D4328;
}
.TagClassName
{
border-color: #6D4328;
}
</style>