Shades of Sepia #955642
Tints of Sepia #955642
RGB
CMYK
RGB Variations
Color information
#955642 (or 0x955642) is known color: Sepia. HEX triplet: 95, 56 and 42. RGB value is (149,86,66). Sum of RGB (Red+Green+Blue) = 149+86+66=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #955642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955642 is #6AA9BD. Grayscale: #666666. Windows color (decimal): -6990270 or 4347541. OLE color: 4347541.
HSL color Cylindrical-coordinate representation of color #955642: hue angle of 14.46º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #955642 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 86 | 66 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.42 |
| HSL | 14.46º | 0.39% | 0.42% | - |
| HSV(B) | 14.46º | 0.56% | 0.58% | - |
| XYZ | 16.71 | 13.44 | 6.87 | - |
| YUV | 102.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 66 | 0 | 0.42 | 0.56 | 0.42 | 14.46 | 0.39 | 0.42 |
| Hex | 95 | 56 | 42 | 0 | 2A | 38 | 2A | E | 27 | 2A |
| Octal | 225 | 126 | 102 | 0 | 52 | 70 | 52 | 16 | 47 | 52 |
| Binary | 10010101 | 1010110 | 1000010 | 0 | 101010 | 111000 | 101010 | 1110 | 100111 | 101010 |
Color Harmonies of #955642
Complementary color
Monochromatic Colors of #955642
Black with #955642
Text Example
Text Example
White with #955642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955642; }
p { color: rgb(149,86,66); }
H1.HeaderClassName
{
color: #955642;
}
.AnyTagClassName
{
color: #955642;
}
</style>
background-color css
<style>
a { background-color: #955642; }
a { background-color: rgb(149,86,66); }
div.DivClassName
{
background-color: #955642;
}
.BgClassName
{
background-color: #955642;
}
</style>
border-color css
<style>
span { border-color: #955642; }
span { border-color: rgb(149,86,66); }
td.TdClassName
{
border-color: #955642;
}
.TagClassName
{
border-color: #955642;
}
</style>