Shades of Sanguine Brown #69413F
Tints of Sanguine Brown #69413F
RGB
CMYK
RGB Variations
Color information
#69413F (or 0x69413F) is known color: Sanguine Brown. HEX triplet: 69, 41 and 3F. RGB value is (105,65,63). Sum of RGB (Red+Green+Blue) = 105+65+63=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #69413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69413F is #96BEC0. Grayscale: #4C4C4C. Windows color (decimal): -9879233 or 4145513. OLE color: 4145513.
HSL color Cylindrical-coordinate representation of color #69413F: hue angle of 2.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69413F is Cyan = 0, Magento = 0.38, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 65 | 63 | - |
| CMYK | 0 | 0.38 | 0.4 | 0.59 |
| HSL | 2.86º | 0.25% | 0.33% | - |
| HSV(B) | 2.86º | 0.4% | 0.41% | - |
| XYZ | 8.61 | 7.14 | 5.63 | - |
| YUV | 76.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 63 | 0 | 0.38 | 0.4 | 0.59 | 2.86 | 0.25 | 0.33 |
| Hex | 69 | 41 | 3F | 0 | 26 | 28 | 3B | 3 | 19 | 21 |
| Octal | 151 | 101 | 77 | 0 | 46 | 50 | 73 | 3 | 31 | 41 |
| Binary | 1101001 | 1000001 | 111111 | 0 | 100110 | 101000 | 111011 | 11 | 11001 | 100001 |
Color Harmonies of #69413F
Complementary color
Monochromatic Colors of #69413F
Black with #69413F
Text Example
Text Example
White with #69413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69413F; }
p { color: rgb(105,65,63); }
H1.HeaderClassName
{
color: #69413F;
}
.AnyTagClassName
{
color: #69413F;
}
</style>
background-color css
<style>
a { background-color: #69413F; }
a { background-color: rgb(105,65,63); }
div.DivClassName
{
background-color: #69413F;
}
.BgClassName
{
background-color: #69413F;
}
</style>
border-color css
<style>
span { border-color: #69413F; }
span { border-color: rgb(105,65,63); }
td.TdClassName
{
border-color: #69413F;
}
.TagClassName
{
border-color: #69413F;
}
</style>