Shades of Sanguine Brown #68403D
Tints of Sanguine Brown #68403D
RGB
CMYK
RGB Variations
Color information
#68403D (or 0x68403D) is known color: Sanguine Brown. HEX triplet: 68, 40 and 3D. RGB value is (104,64,61). Sum of RGB (Red+Green+Blue) = 104+64+61=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #68403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68403D is #97BFC2. Grayscale: #4B4B4B. Windows color (decimal): -9945027 or 4014184. OLE color: 4014184.
HSL color Cylindrical-coordinate representation of color #68403D: hue angle of 4.19º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68403D is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 64 | 61 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.59 |
| HSL | 4.19º | 0.26% | 0.32% | - |
| HSV(B) | 4.19º | 0.41% | 0.41% | - |
| XYZ | 8.38 | 6.95 | 5.31 | - |
| YUV | 75.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 61 | 0 | 0.38 | 0.41 | 0.59 | 4.19 | 0.26 | 0.32 |
| Hex | 68 | 40 | 3D | 0 | 26 | 29 | 3B | 4 | 1A | 20 |
| Octal | 150 | 100 | 75 | 0 | 46 | 51 | 73 | 4 | 32 | 40 |
| Binary | 1101000 | 1000000 | 111101 | 0 | 100110 | 101001 | 111011 | 100 | 11010 | 100000 |
Color Harmonies of #68403D
Complementary color
Monochromatic Colors of #68403D
Black with #68403D
Text Example
Text Example
White with #68403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68403D; }
p { color: rgb(104,64,61); }
H1.HeaderClassName
{
color: #68403D;
}
.AnyTagClassName
{
color: #68403D;
}
</style>
background-color css
<style>
a { background-color: #68403D; }
a { background-color: rgb(104,64,61); }
div.DivClassName
{
background-color: #68403D;
}
.BgClassName
{
background-color: #68403D;
}
</style>
border-color css
<style>
span { border-color: #68403D; }
span { border-color: rgb(104,64,61); }
td.TdClassName
{
border-color: #68403D;
}
.TagClassName
{
border-color: #68403D;
}
</style>