Html Css Color HEX #6C4022 Semi-Sweet Chocolate
📋 copy color: '#6C4022'red 108 ◦ green 64 ◦ blue 34
Shades of Semi-Sweet Chocolate #6C4022
Tints of Semi-Sweet Chocolate #6C4022
RGB
CMYK
RGB Variations
Color information
#6C4022 (or 0x6C4022) is known color: Semi-Sweet Chocolate. HEX triplet: 6C, 40 and 22. RGB value is (108,64,34). Sum of RGB (Red+Green+Blue) = 108+64+34=206 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.43% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4022 is #93BFDD. Grayscale: #494949. Windows color (decimal): -9682910 or 2244716. OLE color: 2244716.
HSL color Cylindrical-coordinate representation of color #6C4022: hue angle of 24.32º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C4022 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 64 | 34 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.58 |
| HSL | 24.32º | 0.52% | 0.28% | - |
| HSV(B) | 24.32º | 0.69% | 0.42% | - |
| XYZ | 8.31 | 6.97 | 2.42 | - |
| YUV | 73.74 | 105.58 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 64 | 34 | 0 | 0.41 | 0.69 | 0.58 | 24.32 | 0.52 | 0.28 |
| Hex | 6C | 40 | 22 | 0 | 29 | 45 | 3A | 18 | 34 | 1C |
| Octal | 154 | 100 | 42 | 0 | 51 | 105 | 72 | 30 | 64 | 34 |
| Binary | 1101100 | 1000000 | 100010 | 0 | 101001 | 1000101 | 111010 | 11000 | 110100 | 11100 |
Color Harmonies of #6C4022
Complementary color
Monochromatic Colors of #6C4022
Black with #6C4022
Text Example
Text Example
White with #6C4022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4022; }
p { color: rgb(108,64,34); }
H1.HeaderClassName
{
color: #6C4022;
}
.AnyTagClassName
{
color: #6C4022;
}
</style>
background-color css
<style>
a { background-color: #6C4022; }
a { background-color: rgb(108,64,34); }
div.DivClassName
{
background-color: #6C4022;
}
.BgClassName
{
background-color: #6C4022;
}
</style>
border-color css
<style>
span { border-color: #6C4022; }
span { border-color: rgb(108,64,34); }
td.TdClassName
{
border-color: #6C4022;
}
.TagClassName
{
border-color: #6C4022;
}
</style>