Html Css Color HEX #6A412C Semi-Sweet Chocolate
📋 copy color: '#6A412C'red 106 ◦ green 65 ◦ blue 44
Shades of Semi-Sweet Chocolate #6A412C
Tints of Semi-Sweet Chocolate #6A412C
RGB
CMYK
RGB Variations
Color information
#6A412C (or 0x6A412C) is known color: Semi-Sweet Chocolate. HEX triplet: 6A, 41 and 2C. RGB value is (106,65,44). Sum of RGB (Red+Green+Blue) = 106+65+44=215 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.30% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 106 - color contains mainly: red. Hex color #6A412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A412C is #95BED3. Grayscale: #4A4A4A. Windows color (decimal): -9813716 or 2900330. OLE color: 2900330.
HSL color Cylindrical-coordinate representation of color #6A412C: hue angle of 20.32º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A412C is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 65 | 44 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.58 |
| HSL | 20.32º | 0.41% | 0.29% | - |
| HSV(B) | 20.32º | 0.58% | 0.42% | - |
| XYZ | 8.29 | 7.03 | 3.3 | - |
| YUV | 74.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 65 | 44 | 0 | 0.39 | 0.58 | 0.58 | 20.32 | 0.41 | 0.29 |
| Hex | 6A | 41 | 2C | 0 | 27 | 3A | 3A | 14 | 29 | 1D |
| Octal | 152 | 101 | 54 | 0 | 47 | 72 | 72 | 24 | 51 | 35 |
| Binary | 1101010 | 1000001 | 101100 | 0 | 100111 | 111010 | 111010 | 10100 | 101001 | 11101 |
Color Harmonies of #6A412C
Complementary color
Monochromatic Colors of #6A412C
Black with #6A412C
Text Example
Text Example
White with #6A412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A412C; }
p { color: rgb(106,65,44); }
H1.HeaderClassName
{
color: #6A412C;
}
.AnyTagClassName
{
color: #6A412C;
}
</style>
background-color css
<style>
a { background-color: #6A412C; }
a { background-color: rgb(106,65,44); }
div.DivClassName
{
background-color: #6A412C;
}
.BgClassName
{
background-color: #6A412C;
}
</style>
border-color css
<style>
span { border-color: #6A412C; }
span { border-color: rgb(106,65,44); }
td.TdClassName
{
border-color: #6A412C;
}
.TagClassName
{
border-color: #6A412C;
}
</style>