Html Css Color HEX #6F4525 Semi-Sweet Chocolate
📋 copy color: '#6F4525'red 111 ◦ green 69 ◦ blue 37
Shades of Semi-Sweet Chocolate #6F4525
Tints of Semi-Sweet Chocolate #6F4525
RGB
CMYK
RGB Variations
Color information
#6F4525 (or 0x6F4525) is known color: Semi-Sweet Chocolate. HEX triplet: 6F, 45 and 25. RGB value is (111,69,37). Sum of RGB (Red+Green+Blue) = 111+69+37=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4525 is #90BADA. Grayscale: #4E4E4E. Windows color (decimal): -9485019 or 2442607. OLE color: 2442607.
HSL color Cylindrical-coordinate representation of color #6F4525: hue angle of 25.95º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F4525 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 69 | 37 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.56 |
| HSL | 25.95º | 0.5% | 0.29% | - |
| HSV(B) | 25.95º | 0.67% | 0.44% | - |
| XYZ | 9.02 | 7.77 | 2.77 | - |
| YUV | 77.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 69 | 37 | 0 | 0.38 | 0.67 | 0.56 | 25.95 | 0.5 | 0.29 |
| Hex | 6F | 45 | 25 | 0 | 26 | 43 | 38 | 1A | 32 | 1D |
| Octal | 157 | 105 | 45 | 0 | 46 | 103 | 70 | 32 | 62 | 35 |
| Binary | 1101111 | 1000101 | 100101 | 0 | 100110 | 1000011 | 111000 | 11010 | 110010 | 11101 |
Color Harmonies of #6F4525
Complementary color
Monochromatic Colors of #6F4525
Black with #6F4525
Text Example
Text Example
White with #6F4525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4525; }
p { color: rgb(111,69,37); }
H1.HeaderClassName
{
color: #6F4525;
}
.AnyTagClassName
{
color: #6F4525;
}
</style>
background-color css
<style>
a { background-color: #6F4525; }
a { background-color: rgb(111,69,37); }
div.DivClassName
{
background-color: #6F4525;
}
.BgClassName
{
background-color: #6F4525;
}
</style>
border-color css
<style>
span { border-color: #6F4525; }
span { border-color: rgb(111,69,37); }
td.TdClassName
{
border-color: #6F4525;
}
.TagClassName
{
border-color: #6F4525;
}
</style>