Shades of Sanguine Brown #6B3D3C
Tints of Sanguine Brown #6B3D3C
RGB
CMYK
RGB Variations
Color information
#6B3D3C (or 0x6B3D3C) is known color: Sanguine Brown. HEX triplet: 6B, 3D and 3C. RGB value is (107,61,60). Sum of RGB (Red+Green+Blue) = 107+61+60=228 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.93% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3D3C is #94C2C3. Grayscale: #4A4A4A. Windows color (decimal): -9749188 or 3947883. OLE color: 3947883.
HSL color Cylindrical-coordinate representation of color #6B3D3C: hue angle of 1.28º 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 #6B3D3C is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 61 | 60 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.58 |
| HSL | 1.28º | 0.28% | 0.33% | - |
| HSV(B) | 1.28º | 0.44% | 0.42% | - |
| XYZ | 8.55 | 6.79 | 5.13 | - |
| YUV | 74.64 | 119.74 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 61 | 60 | 0 | 0.43 | 0.44 | 0.58 | 1.28 | 0.28 | 0.33 |
| Hex | 6B | 3D | 3C | 0 | 2B | 2C | 3A | 1 | 1C | 21 |
| Octal | 153 | 75 | 74 | 0 | 53 | 54 | 72 | 1 | 34 | 41 |
| Binary | 1101011 | 111101 | 111100 | 0 | 101011 | 101100 | 111010 | 1 | 11100 | 100001 |
Color Harmonies of #6B3D3C
Complementary color
Monochromatic Colors of #6B3D3C
Black with #6B3D3C
Text Example
Text Example
White with #6B3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3D3C; }
p { color: rgb(107,61,60); }
H1.HeaderClassName
{
color: #6B3D3C;
}
.AnyTagClassName
{
color: #6B3D3C;
}
</style>
background-color css
<style>
a { background-color: #6B3D3C; }
a { background-color: rgb(107,61,60); }
div.DivClassName
{
background-color: #6B3D3C;
}
.BgClassName
{
background-color: #6B3D3C;
}
</style>
border-color css
<style>
span { border-color: #6B3D3C; }
span { border-color: rgb(107,61,60); }
td.TdClassName
{
border-color: #6B3D3C;
}
.TagClassName
{
border-color: #6B3D3C;
}
</style>