Html Css Color HEX #6B462C Semi-Sweet Chocolate
📋 copy color: '#6B462C'red 107 ◦ green 70 ◦ blue 44
Shades of Semi-Sweet Chocolate #6B462C
Tints of Semi-Sweet Chocolate #6B462C
RGB
CMYK
RGB Variations
Color information
#6B462C (or 0x6B462C) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 46 and 2C. RGB value is (107,70,44). Sum of RGB (Red+Green+Blue) = 107+70+44=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B462C is #94B9D3. Grayscale: #4E4E4E. Windows color (decimal): -9746900 or 2901611. OLE color: 2901611.
HSL color Cylindrical-coordinate representation of color #6B462C: hue angle of 24.76º 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 #6B462C is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 70 | 44 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.58 |
| HSL | 24.76º | 0.42% | 0.3% | - |
| HSV(B) | 24.76º | 0.59% | 0.42% | - |
| XYZ | 8.71 | 7.69 | 3.41 | - |
| YUV | 78.1 | 108.76 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 70 | 44 | 0 | 0.35 | 0.59 | 0.58 | 24.76 | 0.42 | 0.3 |
| Hex | 6B | 46 | 2C | 0 | 23 | 3B | 3A | 19 | 2A | 1E |
| Octal | 153 | 106 | 54 | 0 | 43 | 73 | 72 | 31 | 52 | 36 |
| Binary | 1101011 | 1000110 | 101100 | 0 | 100011 | 111011 | 111010 | 11001 | 101010 | 11110 |
Color Harmonies of #6B462C
Complementary color
Monochromatic Colors of #6B462C
Black with #6B462C
Text Example
Text Example
White with #6B462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B462C; }
p { color: rgb(107,70,44); }
H1.HeaderClassName
{
color: #6B462C;
}
.AnyTagClassName
{
color: #6B462C;
}
</style>
background-color css
<style>
a { background-color: #6B462C; }
a { background-color: rgb(107,70,44); }
div.DivClassName
{
background-color: #6B462C;
}
.BgClassName
{
background-color: #6B462C;
}
</style>
border-color css
<style>
span { border-color: #6B462C; }
span { border-color: rgb(107,70,44); }
td.TdClassName
{
border-color: #6B462C;
}
.TagClassName
{
border-color: #6B462C;
}
</style>