Html Css Color HEX #6D462D Semi-Sweet Chocolate
📋 copy color: '#6D462D'red 109 ◦ green 70 ◦ blue 45
Shades of Semi-Sweet Chocolate #6D462D
Tints of Semi-Sweet Chocolate #6D462D
RGB
CMYK
RGB Variations
Color information
#6D462D (or 0x6D462D) is known color: Semi-Sweet Chocolate. HEX triplet: 6D, 46 and 2D. RGB value is (109,70,45). Sum of RGB (Red+Green+Blue) = 109+70+45=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D462D is #92B9D2. Grayscale: #4E4E4E. Windows color (decimal): -9615827 or 2967149. OLE color: 2967149.
HSL color Cylindrical-coordinate representation of color #6D462D: hue angle of 23.44º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D462D is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 70 | 45 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.57 |
| HSL | 23.44º | 0.42% | 0.3% | - |
| HSV(B) | 23.44º | 0.59% | 0.43% | - |
| XYZ | 8.97 | 7.82 | 3.52 | - |
| YUV | 78.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 70 | 45 | 0 | 0.36 | 0.59 | 0.57 | 23.44 | 0.42 | 0.3 |
| Hex | 6D | 46 | 2D | 0 | 24 | 3B | 39 | 17 | 2A | 1E |
| Octal | 155 | 106 | 55 | 0 | 44 | 73 | 71 | 27 | 52 | 36 |
| Binary | 1101101 | 1000110 | 101101 | 0 | 100100 | 111011 | 111001 | 10111 | 101010 | 11110 |
Color Harmonies of #6D462D
Complementary color
Monochromatic Colors of #6D462D
Black with #6D462D
Text Example
Text Example
White with #6D462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D462D; }
p { color: rgb(109,70,45); }
H1.HeaderClassName
{
color: #6D462D;
}
.AnyTagClassName
{
color: #6D462D;
}
</style>
background-color css
<style>
a { background-color: #6D462D; }
a { background-color: rgb(109,70,45); }
div.DivClassName
{
background-color: #6D462D;
}
.BgClassName
{
background-color: #6D462D;
}
</style>
border-color css
<style>
span { border-color: #6D462D; }
span { border-color: rgb(109,70,45); }
td.TdClassName
{
border-color: #6D462D;
}
.TagClassName
{
border-color: #6D462D;
}
</style>