Shades of Sanguine Brown #6C403D
Tints of Sanguine Brown #6C403D
RGB
CMYK
RGB Variations
Color information
#6C403D (or 0x6C403D) is known color: Sanguine Brown. HEX triplet: 6C, 40 and 3D. RGB value is (108,64,61). Sum of RGB (Red+Green+Blue) = 108+64+61=233 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.35% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 108 - color contains mainly: red. Hex color #6C403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C403D is #93BFC2. Grayscale: #4C4C4C. Windows color (decimal): -9682883 or 4014188. OLE color: 4014188.
HSL color Cylindrical-coordinate representation of color #6C403D: hue angle of 3.83º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C403D is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 64 | 61 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.58 |
| HSL | 3.83º | 0.28% | 0.33% | - |
| HSV(B) | 3.83º | 0.44% | 0.42% | - |
| XYZ | 8.86 | 7.19 | 5.34 | - |
| YUV | 76.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 64 | 61 | 0 | 0.41 | 0.44 | 0.58 | 3.83 | 0.28 | 0.33 |
| Hex | 6C | 40 | 3D | 0 | 29 | 2C | 3A | 4 | 1C | 21 |
| Octal | 154 | 100 | 75 | 0 | 51 | 54 | 72 | 4 | 34 | 41 |
| Binary | 1101100 | 1000000 | 111101 | 0 | 101001 | 101100 | 111010 | 100 | 11100 | 100001 |
Color Harmonies of #6C403D
Complementary color
Monochromatic Colors of #6C403D
Black with #6C403D
Text Example
Text Example
White with #6C403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C403D; }
p { color: rgb(108,64,61); }
H1.HeaderClassName
{
color: #6C403D;
}
.AnyTagClassName
{
color: #6C403D;
}
</style>
background-color css
<style>
a { background-color: #6C403D; }
a { background-color: rgb(108,64,61); }
div.DivClassName
{
background-color: #6C403D;
}
.BgClassName
{
background-color: #6C403D;
}
</style>
border-color css
<style>
span { border-color: #6C403D; }
span { border-color: rgb(108,64,61); }
td.TdClassName
{
border-color: #6C403D;
}
.TagClassName
{
border-color: #6C403D;
}
</style>