Html Css Color HEX #6F4126 Semi-Sweet Chocolate
📋 copy color: '#6F4126'red 111 ◦ green 65 ◦ blue 38
Shades of Semi-Sweet Chocolate #6F4126
Tints of Semi-Sweet Chocolate #6F4126
RGB
CMYK
RGB Variations
Color information
#6F4126 (or 0x6F4126) is known color: Semi-Sweet Chocolate. HEX triplet: 6F, 41 and 26. RGB value is (111,65,38). Sum of RGB (Red+Green+Blue) = 111+65+38=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4126 is #90BED9. Grayscale: #4B4B4B. Windows color (decimal): -9486042 or 2507119. OLE color: 2507119.
HSL color Cylindrical-coordinate representation of color #6F4126: hue angle of 22.19º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F4126 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 38 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.56 |
| HSL | 22.19º | 0.49% | 0.29% | - |
| HSV(B) | 22.19º | 0.66% | 0.44% | - |
| XYZ | 8.8 | 7.3 | 2.78 | - |
| YUV | 75.68 | 106.74 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 38 | 0 | 0.41 | 0.66 | 0.56 | 22.19 | 0.49 | 0.29 |
| Hex | 6F | 41 | 26 | 0 | 29 | 42 | 38 | 16 | 31 | 1D |
| Octal | 157 | 101 | 46 | 0 | 51 | 102 | 70 | 26 | 61 | 35 |
| Binary | 1101111 | 1000001 | 100110 | 0 | 101001 | 1000010 | 111000 | 10110 | 110001 | 11101 |
Color Harmonies of #6F4126
Complementary color
Monochromatic Colors of #6F4126
Black with #6F4126
Text Example
Text Example
White with #6F4126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4126; }
p { color: rgb(111,65,38); }
H1.HeaderClassName
{
color: #6F4126;
}
.AnyTagClassName
{
color: #6F4126;
}
</style>
background-color css
<style>
a { background-color: #6F4126; }
a { background-color: rgb(111,65,38); }
div.DivClassName
{
background-color: #6F4126;
}
.BgClassName
{
background-color: #6F4126;
}
</style>
border-color css
<style>
span { border-color: #6F4126; }
span { border-color: rgb(111,65,38); }
td.TdClassName
{
border-color: #6F4126;
}
.TagClassName
{
border-color: #6F4126;
}
</style>