Shades of Sanguine Brown #6B3534
Tints of Sanguine Brown #6B3534
RGB
CMYK
RGB Variations
Color information
#6B3534 (or 0x6B3534) is known color: Sanguine Brown. HEX triplet: 6B, 35 and 34. RGB value is (107,53,52). Sum of RGB (Red+Green+Blue) = 107+53+52=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3534 is #94CACB. Grayscale: #454545. Windows color (decimal): -9751244 or 3421547. OLE color: 3421547.
HSL color Cylindrical-coordinate representation of color #6B3534: hue angle of 1.09º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B3534 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 53 | 52 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.58 |
| HSL | 1.09º | 0.35% | 0.31% | - |
| HSV(B) | 1.09º | 0.51% | 0.42% | - |
| XYZ | 7.96 | 5.92 | 3.97 | - |
| YUV | 69.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 53 | 52 | 0 | 0.50 | 0.51 | 0.58 | 1.09 | 0.35 | 0.31 |
| Hex | 6B | 35 | 34 | 0 | 32 | 33 | 3A | 1 | 23 | 1F |
| Octal | 153 | 65 | 64 | 0 | 62 | 63 | 72 | 1 | 43 | 37 |
| Binary | 1101011 | 110101 | 110100 | 0 | 110010 | 110011 | 111010 | 1 | 100011 | 11111 |
Color Harmonies of #6B3534
Complementary color
Monochromatic Colors of #6B3534
Black with #6B3534
Text Example
Text Example
White with #6B3534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3534; }
p { color: rgb(107,53,52); }
H1.HeaderClassName
{
color: #6B3534;
}
.AnyTagClassName
{
color: #6B3534;
}
</style>
background-color css
<style>
a { background-color: #6B3534; }
a { background-color: rgb(107,53,52); }
div.DivClassName
{
background-color: #6B3534;
}
.BgClassName
{
background-color: #6B3534;
}
</style>
border-color css
<style>
span { border-color: #6B3534; }
span { border-color: rgb(107,53,52); }
td.TdClassName
{
border-color: #6B3534;
}
.TagClassName
{
border-color: #6B3534;
}
</style>