Shades of Sanguine Brown #69403F
Tints of Sanguine Brown #69403F
RGB
CMYK
RGB Variations
Color information
#69403F (or 0x69403F) is known color: Sanguine Brown. HEX triplet: 69, 40 and 3F. RGB value is (105,64,63). Sum of RGB (Red+Green+Blue) = 105+64+63=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #69403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69403F is #96BFC0. Grayscale: #4C4C4C. Windows color (decimal): -9879489 or 4145257. OLE color: 4145257.
HSL color Cylindrical-coordinate representation of color #69403F: hue angle of 1.43º 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 #69403F is Cyan = 0, Magento = 0.39, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 64 | 63 | - |
| CMYK | 0 | 0.39 | 0.4 | 0.59 |
| HSL | 1.43º | 0.25% | 0.33% | - |
| HSV(B) | 1.43º | 0.4% | 0.41% | - |
| XYZ | 8.56 | 7.03 | 5.61 | - |
| YUV | 76.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 63 | 0 | 0.39 | 0.4 | 0.59 | 1.43 | 0.25 | 0.33 |
| Hex | 69 | 40 | 3F | 0 | 27 | 28 | 3B | 1 | 19 | 21 |
| Octal | 151 | 100 | 77 | 0 | 47 | 50 | 73 | 1 | 31 | 41 |
| Binary | 1101001 | 1000000 | 111111 | 0 | 100111 | 101000 | 111011 | 1 | 11001 | 100001 |
Color Harmonies of #69403F
Complementary color
Monochromatic Colors of #69403F
Black with #69403F
Text Example
Text Example
White with #69403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69403F; }
p { color: rgb(105,64,63); }
H1.HeaderClassName
{
color: #69403F;
}
.AnyTagClassName
{
color: #69403F;
}
</style>
background-color css
<style>
a { background-color: #69403F; }
a { background-color: rgb(105,64,63); }
div.DivClassName
{
background-color: #69403F;
}
.BgClassName
{
background-color: #69403F;
}
</style>
border-color css
<style>
span { border-color: #69403F; }
span { border-color: rgb(105,64,63); }
td.TdClassName
{
border-color: #69403F;
}
.TagClassName
{
border-color: #69403F;
}
</style>