Shades of Sanguine Brown #6F403F
Tints of Sanguine Brown #6F403F
RGB
CMYK
RGB Variations
Color information
#6F403F (or 0x6F403F) is known color: Sanguine Brown. HEX triplet: 6F, 40 and 3F. RGB value is (111,64,63). Sum of RGB (Red+Green+Blue) = 111+64+63=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F403F is #90BFC0. Grayscale: #4D4D4D. Windows color (decimal): -9486273 or 4145263. OLE color: 4145263.
HSL color Cylindrical-coordinate representation of color #6F403F: hue angle of 1.25º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F403F is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 63 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.56 |
| HSL | 1.25º | 0.28% | 0.34% | - |
| HSV(B) | 1.25º | 0.43% | 0.44% | - |
| XYZ | 9.29 | 7.41 | 5.64 | - |
| YUV | 77.94 | 119.57 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 63 | 0 | 0.42 | 0.43 | 0.56 | 1.25 | 0.28 | 0.34 |
| Hex | 6F | 40 | 3F | 0 | 2A | 2B | 38 | 1 | 1C | 22 |
| Octal | 157 | 100 | 77 | 0 | 52 | 53 | 70 | 1 | 34 | 42 |
| Binary | 1101111 | 1000000 | 111111 | 0 | 101010 | 101011 | 111000 | 1 | 11100 | 100010 |
Color Harmonies of #6F403F
Complementary color
Monochromatic Colors of #6F403F
Black with #6F403F
Text Example
Text Example
White with #6F403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F403F; }
p { color: rgb(111,64,63); }
H1.HeaderClassName
{
color: #6F403F;
}
.AnyTagClassName
{
color: #6F403F;
}
</style>
background-color css
<style>
a { background-color: #6F403F; }
a { background-color: rgb(111,64,63); }
div.DivClassName
{
background-color: #6F403F;
}
.BgClassName
{
background-color: #6F403F;
}
</style>
border-color css
<style>
span { border-color: #6F403F; }
span { border-color: rgb(111,64,63); }
td.TdClassName
{
border-color: #6F403F;
}
.TagClassName
{
border-color: #6F403F;
}
</style>