Shades of Sanguine Brown #69403D
Tints of Sanguine Brown #69403D
RGB
CMYK
RGB Variations
Color information
#69403D (or 0x69403D) is known color: Sanguine Brown. HEX triplet: 69, 40 and 3D. RGB value is (105,64,61). Sum of RGB (Red+Green+Blue) = 105+64+61=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #69403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69403D is #96BFC2. Grayscale: #4B4B4B. Windows color (decimal): -9879491 or 4014185. OLE color: 4014185.
HSL color Cylindrical-coordinate representation of color #69403D: hue angle of 4.09º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69403D is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 64 | 61 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.59 |
| HSL | 4.09º | 0.27% | 0.33% | - |
| HSV(B) | 4.09º | 0.42% | 0.41% | - |
| XYZ | 8.5 | 7.01 | 5.32 | - |
| YUV | 75.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 61 | 0 | 0.39 | 0.42 | 0.59 | 4.09 | 0.27 | 0.33 |
| Hex | 69 | 40 | 3D | 0 | 27 | 2A | 3B | 4 | 1B | 21 |
| Octal | 151 | 100 | 75 | 0 | 47 | 52 | 73 | 4 | 33 | 41 |
| Binary | 1101001 | 1000000 | 111101 | 0 | 100111 | 101010 | 111011 | 100 | 11011 | 100001 |
Color Harmonies of #69403D
Complementary color
Monochromatic Colors of #69403D
Black with #69403D
Text Example
Text Example
White with #69403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69403D; }
p { color: rgb(105,64,61); }
H1.HeaderClassName
{
color: #69403D;
}
.AnyTagClassName
{
color: #69403D;
}
</style>
background-color css
<style>
a { background-color: #69403D; }
a { background-color: rgb(105,64,61); }
div.DivClassName
{
background-color: #69403D;
}
.BgClassName
{
background-color: #69403D;
}
</style>
border-color css
<style>
span { border-color: #69403D; }
span { border-color: rgb(105,64,61); }
td.TdClassName
{
border-color: #69403D;
}
.TagClassName
{
border-color: #69403D;
}
</style>