Html Css Color HEX #6C422A Semi-Sweet Chocolate
📋 copy color: '#6C422A'red 108 ◦ green 66 ◦ blue 42
Shades of Semi-Sweet Chocolate #6C422A
Tints of Semi-Sweet Chocolate #6C422A
RGB
CMYK
RGB Variations
Color information
#6C422A (or 0x6C422A) is known color: Semi-Sweet Chocolate. HEX triplet: 6C, 42 and 2A. RGB value is (108,66,42). Sum of RGB (Red+Green+Blue) = 108+66+42=216 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 108 - color contains mainly: red. Hex color #6C422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C422A is #93BDD5. Grayscale: #4B4B4B. Windows color (decimal): -9682390 or 2769516. OLE color: 2769516.
HSL color Cylindrical-coordinate representation of color #6C422A: hue angle of 21.82º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C422A is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 66 | 42 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.58 |
| HSL | 21.82º | 0.44% | 0.29% | - |
| HSV(B) | 21.82º | 0.61% | 0.42% | - |
| XYZ | 8.55 | 7.25 | 3.14 | - |
| YUV | 75.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 66 | 42 | 0 | 0.39 | 0.61 | 0.58 | 21.82 | 0.44 | 0.29 |
| Hex | 6C | 42 | 2A | 0 | 27 | 3D | 3A | 16 | 2C | 1D |
| Octal | 154 | 102 | 52 | 0 | 47 | 75 | 72 | 26 | 54 | 35 |
| Binary | 1101100 | 1000010 | 101010 | 0 | 100111 | 111101 | 111010 | 10110 | 101100 | 11101 |
Color Harmonies of #6C422A
Complementary color
Monochromatic Colors of #6C422A
Black with #6C422A
Text Example
Text Example
White with #6C422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C422A; }
p { color: rgb(108,66,42); }
H1.HeaderClassName
{
color: #6C422A;
}
.AnyTagClassName
{
color: #6C422A;
}
</style>
background-color css
<style>
a { background-color: #6C422A; }
a { background-color: rgb(108,66,42); }
div.DivClassName
{
background-color: #6C422A;
}
.BgClassName
{
background-color: #6C422A;
}
</style>
border-color css
<style>
span { border-color: #6C422A; }
span { border-color: rgb(108,66,42); }
td.TdClassName
{
border-color: #6C422A;
}
.TagClassName
{
border-color: #6C422A;
}
</style>