Html Css Color HEX #6F462A Semi-Sweet Chocolate
📋 copy color: '#6F462A'red 111 ◦ green 70 ◦ blue 42
Shades of Semi-Sweet Chocolate #6F462A
Tints of Semi-Sweet Chocolate #6F462A
RGB
CMYK
RGB Variations
Color information
#6F462A (or 0x6F462A) is known color: Semi-Sweet Chocolate. HEX triplet: 6F, 46 and 2A. RGB value is (111,70,42). Sum of RGB (Red+Green+Blue) = 111+70+42=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F462A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F462A is #90B9D5. Grayscale: #4F4F4F. Windows color (decimal): -9484758 or 2770543. OLE color: 2770543.
HSL color Cylindrical-coordinate representation of color #6F462A: hue angle of 24.35º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F462A is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 42 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.56 |
| HSL | 24.35º | 0.45% | 0.3% | - |
| HSV(B) | 24.35º | 0.62% | 0.44% | - |
| XYZ | 9.16 | 7.93 | 3.24 | - |
| YUV | 79.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 42 | 0 | 0.37 | 0.62 | 0.56 | 24.35 | 0.45 | 0.3 |
| Hex | 6F | 46 | 2A | 0 | 25 | 3E | 38 | 18 | 2D | 1E |
| Octal | 157 | 106 | 52 | 0 | 45 | 76 | 70 | 30 | 55 | 36 |
| Binary | 1101111 | 1000110 | 101010 | 0 | 100101 | 111110 | 111000 | 11000 | 101101 | 11110 |
Color Harmonies of #6F462A
Complementary color
Monochromatic Colors of #6F462A
Black with #6F462A
Text Example
Text Example
White with #6F462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F462A; }
p { color: rgb(111,70,42); }
H1.HeaderClassName
{
color: #6F462A;
}
.AnyTagClassName
{
color: #6F462A;
}
</style>
background-color css
<style>
a { background-color: #6F462A; }
a { background-color: rgb(111,70,42); }
div.DivClassName
{
background-color: #6F462A;
}
.BgClassName
{
background-color: #6F462A;
}
</style>
border-color css
<style>
span { border-color: #6F462A; }
span { border-color: rgb(111,70,42); }
td.TdClassName
{
border-color: #6F462A;
}
.TagClassName
{
border-color: #6F462A;
}
</style>