Shades of Sanguine Brown #67403F
Tints of Sanguine Brown #67403F
RGB
CMYK
RGB Variations
Color information
#67403F (or 0x67403F) is known color: Sanguine Brown. HEX triplet: 67, 40 and 3F. RGB value is (103,64,63). Sum of RGB (Red+Green+Blue) = 103+64+63=230 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.78% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 103 - color contains mainly: red. Hex color #67403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67403F is #98BFC0. Grayscale: #4B4B4B. Windows color (decimal): -10010561 or 4145255. OLE color: 4145255.
HSL color Cylindrical-coordinate representation of color #67403F: hue angle of 1.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67403F is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 64 | 63 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.60 |
| HSL | 1.5º | 0.24% | 0.33% | - |
| HSV(B) | 1.5º | 0.39% | 0.4% | - |
| XYZ | 8.32 | 6.91 | 5.6 | - |
| YUV | 75.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 63 | 0 | 0.38 | 0.39 | 0.60 | 1.5 | 0.24 | 0.33 |
| Hex | 67 | 40 | 3F | 0 | 26 | 27 | 3C | 2 | 18 | 21 |
| Octal | 147 | 100 | 77 | 0 | 46 | 47 | 74 | 2 | 30 | 41 |
| Binary | 1100111 | 1000000 | 111111 | 0 | 100110 | 100111 | 111100 | 10 | 11000 | 100001 |
Color Harmonies of #67403F
Complementary color
Monochromatic Colors of #67403F
Black with #67403F
Text Example
Text Example
White with #67403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67403F; }
p { color: rgb(103,64,63); }
H1.HeaderClassName
{
color: #67403F;
}
.AnyTagClassName
{
color: #67403F;
}
</style>
background-color css
<style>
a { background-color: #67403F; }
a { background-color: rgb(103,64,63); }
div.DivClassName
{
background-color: #67403F;
}
.BgClassName
{
background-color: #67403F;
}
</style>
border-color css
<style>
span { border-color: #67403F; }
span { border-color: rgb(103,64,63); }
td.TdClassName
{
border-color: #67403F;
}
.TagClassName
{
border-color: #67403F;
}
</style>