Html Css Color HEX #6A412D Semi-Sweet Chocolate
📋 copy color: '#6A412D'red 106 ◦ green 65 ◦ blue 45
Shades of Semi-Sweet Chocolate #6A412D
Tints of Semi-Sweet Chocolate #6A412D
RGB
CMYK
RGB Variations
Color information
#6A412D (or 0x6A412D) is known color: Semi-Sweet Chocolate. HEX triplet: 6A, 41 and 2D. RGB value is (106,65,45). Sum of RGB (Red+Green+Blue) = 106+65+45=216 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.07% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 106 - color contains mainly: red. Hex color #6A412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A412D is #95BED2. Grayscale: #4B4B4B. Windows color (decimal): -9813715 or 2965866. OLE color: 2965866.
HSL color Cylindrical-coordinate representation of color #6A412D: hue angle of 19.67º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A412D is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 65 | 45 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.58 |
| HSL | 19.67º | 0.4% | 0.3% | - |
| HSV(B) | 19.67º | 0.58% | 0.42% | - |
| XYZ | 8.31 | 7.03 | 3.4 | - |
| YUV | 74.98 | 111.08 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 65 | 45 | 0 | 0.39 | 0.58 | 0.58 | 19.67 | 0.4 | 0.3 |
| Hex | 6A | 41 | 2D | 0 | 27 | 3A | 3A | 14 | 28 | 1E |
| Octal | 152 | 101 | 55 | 0 | 47 | 72 | 72 | 24 | 50 | 36 |
| Binary | 1101010 | 1000001 | 101101 | 0 | 100111 | 111010 | 111010 | 10100 | 101000 | 11110 |
Color Harmonies of #6A412D
Complementary color
Monochromatic Colors of #6A412D
Black with #6A412D
Text Example
Text Example
White with #6A412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A412D; }
p { color: rgb(106,65,45); }
H1.HeaderClassName
{
color: #6A412D;
}
.AnyTagClassName
{
color: #6A412D;
}
</style>
background-color css
<style>
a { background-color: #6A412D; }
a { background-color: rgb(106,65,45); }
div.DivClassName
{
background-color: #6A412D;
}
.BgClassName
{
background-color: #6A412D;
}
</style>
border-color css
<style>
span { border-color: #6A412D; }
span { border-color: rgb(106,65,45); }
td.TdClassName
{
border-color: #6A412D;
}
.TagClassName
{
border-color: #6A412D;
}
</style>