Html Css Color HEX #6C4026 Semi-Sweet Chocolate
📋 copy color: '#6C4026'red 108 ◦ green 64 ◦ blue 38
Shades of Semi-Sweet Chocolate #6C4026
Tints of Semi-Sweet Chocolate #6C4026
RGB
CMYK
RGB Variations
Color information
#6C4026 (or 0x6C4026) is known color: Semi-Sweet Chocolate. HEX triplet: 6C, 40 and 26. RGB value is (108,64,38). Sum of RGB (Red+Green+Blue) = 108+64+38=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4026 is #93BFD9. Grayscale: #4A4A4A. Windows color (decimal): -9682906 or 2506860. OLE color: 2506860.
HSL color Cylindrical-coordinate representation of color #6C4026: hue angle of 22.29º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C4026 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 64 | 38 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.58 |
| HSL | 22.29º | 0.48% | 0.29% | - |
| HSV(B) | 22.29º | 0.65% | 0.42% | - |
| XYZ | 8.37 | 6.99 | 2.74 | - |
| YUV | 74.19 | 107.58 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 64 | 38 | 0 | 0.41 | 0.65 | 0.58 | 22.29 | 0.48 | 0.29 |
| Hex | 6C | 40 | 26 | 0 | 29 | 41 | 3A | 16 | 30 | 1D |
| Octal | 154 | 100 | 46 | 0 | 51 | 101 | 72 | 26 | 60 | 35 |
| Binary | 1101100 | 1000000 | 100110 | 0 | 101001 | 1000001 | 111010 | 10110 | 110000 | 11101 |
Color Harmonies of #6C4026
Complementary color
Monochromatic Colors of #6C4026
Black with #6C4026
Text Example
Text Example
White with #6C4026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4026; }
p { color: rgb(108,64,38); }
H1.HeaderClassName
{
color: #6C4026;
}
.AnyTagClassName
{
color: #6C4026;
}
</style>
background-color css
<style>
a { background-color: #6C4026; }
a { background-color: rgb(108,64,38); }
div.DivClassName
{
background-color: #6C4026;
}
.BgClassName
{
background-color: #6C4026;
}
</style>
border-color css
<style>
span { border-color: #6C4026; }
span { border-color: rgb(108,64,38); }
td.TdClassName
{
border-color: #6C4026;
}
.TagClassName
{
border-color: #6C4026;
}
</style>