Shades of Dark Tan #95674D
Tints of Dark Tan #95674D
RGB
CMYK
RGB Variations
Color information
#95674D (or 0x95674D) is known color: Dark Tan. HEX triplet: 95, 67 and 4D. RGB value is (149,103,77). Sum of RGB (Red+Green+Blue) = 149+103+77=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95674D is #6A98B2. Grayscale: #717171. Windows color (decimal): -6985907 or 5072789. OLE color: 5072789.
HSL color Cylindrical-coordinate representation of color #95674D: hue angle of 21.67º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95674D is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 77 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.42 |
| HSL | 21.67º | 0.32% | 0.44% | - |
| HSV(B) | 21.67º | 0.48% | 0.58% | - |
| XYZ | 18.58 | 16.63 | 9.25 | - |
| YUV | 113.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 77 | 0 | 0.31 | 0.48 | 0.42 | 21.67 | 0.32 | 0.44 |
| Hex | 95 | 67 | 4D | 0 | 1F | 30 | 2A | 16 | 20 | 2C |
| Octal | 225 | 147 | 115 | 0 | 37 | 60 | 52 | 26 | 40 | 54 |
| Binary | 10010101 | 1100111 | 1001101 | 0 | 11111 | 110000 | 101010 | 10110 | 100000 | 101100 |
Color Harmonies of #95674D
Complementary color
Monochromatic Colors of #95674D
Black with #95674D
Text Example
Text Example
White with #95674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95674D; }
p { color: rgb(149,103,77); }
H1.HeaderClassName
{
color: #95674D;
}
.AnyTagClassName
{
color: #95674D;
}
</style>
background-color css
<style>
a { background-color: #95674D; }
a { background-color: rgb(149,103,77); }
div.DivClassName
{
background-color: #95674D;
}
.BgClassName
{
background-color: #95674D;
}
</style>
border-color css
<style>
span { border-color: #95674D; }
span { border-color: rgb(149,103,77); }
td.TdClassName
{
border-color: #95674D;
}
.TagClassName
{
border-color: #95674D;
}
</style>