Html Css Color HEX #6B412A Semi-Sweet Chocolate
📋 copy color: '#6B412A'red 107 ◦ green 65 ◦ blue 42
Shades of Semi-Sweet Chocolate #6B412A
Tints of Semi-Sweet Chocolate #6B412A
RGB
CMYK
RGB Variations
Color information
#6B412A (or 0x6B412A) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 41 and 2A. RGB value is (107,65,42). Sum of RGB (Red+Green+Blue) = 107+65+42=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B412A is #94BED5. Grayscale: #4B4B4B. Windows color (decimal): -9748182 or 2769259. OLE color: 2769259.
HSL color Cylindrical-coordinate representation of color #6B412A: hue angle of 21.23º 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 #6B412A is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 65 | 42 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.58 |
| HSL | 21.23º | 0.44% | 0.29% | - |
| HSV(B) | 21.23º | 0.61% | 0.42% | - |
| XYZ | 8.37 | 7.07 | 3.11 | - |
| YUV | 74.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 65 | 42 | 0 | 0.39 | 0.61 | 0.58 | 21.23 | 0.44 | 0.29 |
| Hex | 6B | 41 | 2A | 0 | 27 | 3D | 3A | 15 | 2C | 1D |
| Octal | 153 | 101 | 52 | 0 | 47 | 75 | 72 | 25 | 54 | 35 |
| Binary | 1101011 | 1000001 | 101010 | 0 | 100111 | 111101 | 111010 | 10101 | 101100 | 11101 |
Color Harmonies of #6B412A
Complementary color
Monochromatic Colors of #6B412A
Black with #6B412A
Text Example
Text Example
White with #6B412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B412A; }
p { color: rgb(107,65,42); }
H1.HeaderClassName
{
color: #6B412A;
}
.AnyTagClassName
{
color: #6B412A;
}
</style>
background-color css
<style>
a { background-color: #6B412A; }
a { background-color: rgb(107,65,42); }
div.DivClassName
{
background-color: #6B412A;
}
.BgClassName
{
background-color: #6B412A;
}
</style>
border-color css
<style>
span { border-color: #6B412A; }
span { border-color: rgb(107,65,42); }
td.TdClassName
{
border-color: #6B412A;
}
.TagClassName
{
border-color: #6B412A;
}
</style>