Html Css Color HEX #6F4125 Semi-Sweet Chocolate
📋 copy color: '#6F4125'red 111 ◦ green 65 ◦ blue 37
Shades of Semi-Sweet Chocolate #6F4125
Tints of Semi-Sweet Chocolate #6F4125
RGB
CMYK
RGB Variations
Color information
#6F4125 (or 0x6F4125) is known color: Semi-Sweet Chocolate. HEX triplet: 6F, 41 and 25. RGB value is (111,65,37). Sum of RGB (Red+Green+Blue) = 111+65+37=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4125 is #90BEDA. Grayscale: #4B4B4B. Windows color (decimal): -9486043 or 2441583. OLE color: 2441583.
HSL color Cylindrical-coordinate representation of color #6F4125: hue angle of 22.7º 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 #6F4125 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 37 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.56 |
| HSL | 22.7º | 0.5% | 0.29% | - |
| HSV(B) | 22.7º | 0.67% | 0.44% | - |
| XYZ | 8.78 | 7.29 | 2.7 | - |
| YUV | 75.56 | 106.24 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 37 | 0 | 0.41 | 0.67 | 0.56 | 22.7 | 0.5 | 0.29 |
| Hex | 6F | 41 | 25 | 0 | 29 | 43 | 38 | 17 | 32 | 1D |
| Octal | 157 | 101 | 45 | 0 | 51 | 103 | 70 | 27 | 62 | 35 |
| Binary | 1101111 | 1000001 | 100101 | 0 | 101001 | 1000011 | 111000 | 10111 | 110010 | 11101 |
Color Harmonies of #6F4125
Complementary color
Monochromatic Colors of #6F4125
Black with #6F4125
Text Example
Text Example
White with #6F4125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4125; }
p { color: rgb(111,65,37); }
H1.HeaderClassName
{
color: #6F4125;
}
.AnyTagClassName
{
color: #6F4125;
}
</style>
background-color css
<style>
a { background-color: #6F4125; }
a { background-color: rgb(111,65,37); }
div.DivClassName
{
background-color: #6F4125;
}
.BgClassName
{
background-color: #6F4125;
}
</style>
border-color css
<style>
span { border-color: #6F4125; }
span { border-color: rgb(111,65,37); }
td.TdClassName
{
border-color: #6F4125;
}
.TagClassName
{
border-color: #6F4125;
}
</style>