Html Css Color HEX #6B412C Semi-Sweet Chocolate
📋 copy color: '#6B412C'red 107 ◦ green 65 ◦ blue 44
Shades of Semi-Sweet Chocolate #6B412C
Tints of Semi-Sweet Chocolate #6B412C
RGB
CMYK
RGB Variations
Color information
#6B412C (or 0x6B412C) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 41 and 2C. RGB value is (107,65,44). Sum of RGB (Red+Green+Blue) = 107+65+44=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B412C is #94BED3. Grayscale: #4B4B4B. Windows color (decimal): -9748180 or 2900331. OLE color: 2900331.
HSL color Cylindrical-coordinate representation of color #6B412C: hue angle of 20º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B412C is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 65 | 44 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.58 |
| HSL | 20º | 0.42% | 0.3% | - |
| HSV(B) | 20º | 0.59% | 0.42% | - |
| XYZ | 8.41 | 7.09 | 3.31 | - |
| YUV | 75.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 65 | 44 | 0 | 0.39 | 0.59 | 0.58 | 20 | 0.42 | 0.3 |
| Hex | 6B | 41 | 2C | 0 | 27 | 3B | 3A | 14 | 2A | 1E |
| Octal | 153 | 101 | 54 | 0 | 47 | 73 | 72 | 24 | 52 | 36 |
| Binary | 1101011 | 1000001 | 101100 | 0 | 100111 | 111011 | 111010 | 10100 | 101010 | 11110 |
Color Harmonies of #6B412C
Complementary color
Monochromatic Colors of #6B412C
Black with #6B412C
Text Example
Text Example
White with #6B412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B412C; }
p { color: rgb(107,65,44); }
H1.HeaderClassName
{
color: #6B412C;
}
.AnyTagClassName
{
color: #6B412C;
}
</style>
background-color css
<style>
a { background-color: #6B412C; }
a { background-color: rgb(107,65,44); }
div.DivClassName
{
background-color: #6B412C;
}
.BgClassName
{
background-color: #6B412C;
}
</style>
border-color css
<style>
span { border-color: #6B412C; }
span { border-color: rgb(107,65,44); }
td.TdClassName
{
border-color: #6B412C;
}
.TagClassName
{
border-color: #6B412C;
}
</style>