Html Css Color HEX #6C462D Semi-Sweet Chocolate
📋 copy color: '#6C462D'red 108 ◦ green 70 ◦ blue 45
Shades of Semi-Sweet Chocolate #6C462D
Tints of Semi-Sweet Chocolate #6C462D
RGB
CMYK
RGB Variations
Color information
#6C462D (or 0x6C462D) is known color: Semi-Sweet Chocolate. HEX triplet: 6C, 46 and 2D. RGB value is (108,70,45). Sum of RGB (Red+Green+Blue) = 108+70+45=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 108 - color contains mainly: red. Hex color #6C462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C462D is #93B9D2. Grayscale: #4E4E4E. Windows color (decimal): -9681363 or 2967148. OLE color: 2967148.
HSL color Cylindrical-coordinate representation of color #6C462D: hue angle of 23.81º degrees, saturation: 0.41, 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 #6C462D is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 70 | 45 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.58 |
| HSL | 23.81º | 0.41% | 0.3% | - |
| HSV(B) | 23.81º | 0.58% | 0.42% | - |
| XYZ | 8.85 | 7.76 | 3.51 | - |
| YUV | 78.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 70 | 45 | 0 | 0.35 | 0.58 | 0.58 | 23.81 | 0.41 | 0.3 |
| Hex | 6C | 46 | 2D | 0 | 23 | 3A | 3A | 18 | 29 | 1E |
| Octal | 154 | 106 | 55 | 0 | 43 | 72 | 72 | 30 | 51 | 36 |
| Binary | 1101100 | 1000110 | 101101 | 0 | 100011 | 111010 | 111010 | 11000 | 101001 | 11110 |
Color Harmonies of #6C462D
Complementary color
Monochromatic Colors of #6C462D
Black with #6C462D
Text Example
Text Example
White with #6C462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C462D; }
p { color: rgb(108,70,45); }
H1.HeaderClassName
{
color: #6C462D;
}
.AnyTagClassName
{
color: #6C462D;
}
</style>
background-color css
<style>
a { background-color: #6C462D; }
a { background-color: rgb(108,70,45); }
div.DivClassName
{
background-color: #6C462D;
}
.BgClassName
{
background-color: #6C462D;
}
</style>
border-color css
<style>
span { border-color: #6C462D; }
span { border-color: rgb(108,70,45); }
td.TdClassName
{
border-color: #6C462D;
}
.TagClassName
{
border-color: #6C462D;
}
</style>