Html Css Color HEX #6F4127 Semi-Sweet Chocolate
📋 copy color: '#6F4127'red 111 ◦ green 65 ◦ blue 39
Shades of Semi-Sweet Chocolate #6F4127
Tints of Semi-Sweet Chocolate #6F4127
RGB
CMYK
RGB Variations
Color information
#6F4127 (or 0x6F4127) is known color: Semi-Sweet Chocolate. HEX triplet: 6F, 41 and 27. RGB value is (111,65,39). Sum of RGB (Red+Green+Blue) = 111+65+39=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4127 is #90BED8. Grayscale: #4B4B4B. Windows color (decimal): -9486041 or 2572655. OLE color: 2572655.
HSL color Cylindrical-coordinate representation of color #6F4127: hue angle of 21.67º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F4127 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 39 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.56 |
| HSL | 21.67º | 0.48% | 0.29% | - |
| HSV(B) | 21.67º | 0.65% | 0.44% | - |
| XYZ | 8.81 | 7.31 | 2.87 | - |
| YUV | 75.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 39 | 0 | 0.41 | 0.65 | 0.56 | 21.67 | 0.48 | 0.29 |
| Hex | 6F | 41 | 27 | 0 | 29 | 41 | 38 | 16 | 30 | 1D |
| Octal | 157 | 101 | 47 | 0 | 51 | 101 | 70 | 26 | 60 | 35 |
| Binary | 1101111 | 1000001 | 100111 | 0 | 101001 | 1000001 | 111000 | 10110 | 110000 | 11101 |
Color Harmonies of #6F4127
Complementary color
Monochromatic Colors of #6F4127
Black with #6F4127
Text Example
Text Example
White with #6F4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4127; }
p { color: rgb(111,65,39); }
H1.HeaderClassName
{
color: #6F4127;
}
.AnyTagClassName
{
color: #6F4127;
}
</style>
background-color css
<style>
a { background-color: #6F4127; }
a { background-color: rgb(111,65,39); }
div.DivClassName
{
background-color: #6F4127;
}
.BgClassName
{
background-color: #6F4127;
}
</style>
border-color css
<style>
span { border-color: #6F4127; }
span { border-color: rgb(111,65,39); }
td.TdClassName
{
border-color: #6F4127;
}
.TagClassName
{
border-color: #6F4127;
}
</style>