Shades of Sanguine Brown #6F4141
Tints of Sanguine Brown #6F4141
RGB
CMYK
RGB Variations
Color information
#6F4141 (or 0x6F4141) is known color: Sanguine Brown. HEX triplet: 6F, 41 and 41. RGB value is (111,65,65). Sum of RGB (Red+Green+Blue) = 111+65+65=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4141 is #90BEBE. Grayscale: #4E4E4E. Windows color (decimal): -9486015 or 4276591. OLE color: 4276591.
HSL color Cylindrical-coordinate representation of color #6F4141: hue angle of 0º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F4141 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 65 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.56 |
| HSL | 0º | 0.26% | 0.35% | - |
| HSV(B) | 0º | 0.41% | 0.44% | - |
| XYZ | 9.4 | 7.54 | 5.96 | - |
| YUV | 78.75 | 120.24 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 65 | 0 | 0.41 | 0.41 | 0.56 | 0 | 0.26 | 0.35 |
| Hex | 6F | 41 | 41 | 0 | 29 | 29 | 38 | 0 | 1A | 23 |
| Octal | 157 | 101 | 101 | 0 | 51 | 51 | 70 | 0 | 32 | 43 |
| Binary | 1101111 | 1000001 | 1000001 | 0 | 101001 | 101001 | 111000 | 0 | 11010 | 100011 |
Color Harmonies of #6F4141
Complementary color
Monochromatic Colors of #6F4141
Black with #6F4141
Text Example
Text Example
White with #6F4141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4141; }
p { color: rgb(111,65,65); }
H1.HeaderClassName
{
color: #6F4141;
}
.AnyTagClassName
{
color: #6F4141;
}
</style>
background-color css
<style>
a { background-color: #6F4141; }
a { background-color: rgb(111,65,65); }
div.DivClassName
{
background-color: #6F4141;
}
.BgClassName
{
background-color: #6F4141;
}
</style>
border-color css
<style>
span { border-color: #6F4141; }
span { border-color: rgb(111,65,65); }
td.TdClassName
{
border-color: #6F4141;
}
.TagClassName
{
border-color: #6F4141;
}
</style>