Shades of Dark Tan #95624B
Tints of Dark Tan #95624B
RGB
CMYK
RGB Variations
Color information
#95624B (or 0x95624B) is known color: Dark Tan. HEX triplet: 95, 62 and 4B. RGB value is (149,98,75). Sum of RGB (Red+Green+Blue) = 149+98+75=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #95624B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95624B is #6A9DB4. Grayscale: #6E6E6E. Windows color (decimal): -6987189 or 4940437. OLE color: 4940437.
HSL color Cylindrical-coordinate representation of color #95624B: hue angle of 18.65º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95624B is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 98 | 75 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.42 |
| HSL | 18.65º | 0.33% | 0.44% | - |
| HSV(B) | 18.65º | 0.5% | 0.58% | - |
| XYZ | 18.03 | 15.63 | 8.72 | - |
| YUV | 110.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 98 | 75 | 0 | 0.34 | 0.50 | 0.42 | 18.65 | 0.33 | 0.44 |
| Hex | 95 | 62 | 4B | 0 | 22 | 32 | 2A | 13 | 21 | 2C |
| Octal | 225 | 142 | 113 | 0 | 42 | 62 | 52 | 23 | 41 | 54 |
| Binary | 10010101 | 1100010 | 1001011 | 0 | 100010 | 110010 | 101010 | 10011 | 100001 | 101100 |
Color Harmonies of #95624B
Complementary color
Monochromatic Colors of #95624B
Black with #95624B
Text Example
Text Example
White with #95624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95624B; }
p { color: rgb(149,98,75); }
H1.HeaderClassName
{
color: #95624B;
}
.AnyTagClassName
{
color: #95624B;
}
</style>
background-color css
<style>
a { background-color: #95624B; }
a { background-color: rgb(149,98,75); }
div.DivClassName
{
background-color: #95624B;
}
.BgClassName
{
background-color: #95624B;
}
</style>
border-color css
<style>
span { border-color: #95624B; }
span { border-color: rgb(149,98,75); }
td.TdClassName
{
border-color: #95624B;
}
.TagClassName
{
border-color: #95624B;
}
</style>