Shades of Leather #91674F
Tints of Leather #91674F
RGB
CMYK
RGB Variations
Color information
#91674F (or 0x91674F) is known color: Leather. HEX triplet: 91, 67 and 4F. RGB value is (145,103,79). Sum of RGB (Red+Green+Blue) = 145+103+79=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #91674F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91674F is #6E98B0. Grayscale: #707070. Windows color (decimal): -7248049 or 5203857. OLE color: 5203857.
HSL color Cylindrical-coordinate representation of color #91674F: hue angle of 21.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #91674F is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 103 | 79 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.43 |
| HSL | 21.82º | 0.29% | 0.44% | - |
| HSV(B) | 21.82º | 0.46% | 0.57% | - |
| XYZ | 17.94 | 16.28 | 9.59 | - |
| YUV | 112.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 79 | 0 | 0.29 | 0.46 | 0.43 | 21.82 | 0.29 | 0.44 |
| Hex | 91 | 67 | 4F | 0 | 1D | 2E | 2B | 16 | 1D | 2C |
| Octal | 221 | 147 | 117 | 0 | 35 | 56 | 53 | 26 | 35 | 54 |
| Binary | 10010001 | 1100111 | 1001111 | 0 | 11101 | 101110 | 101011 | 10110 | 11101 | 101100 |
Color Harmonies of #91674F
Complementary color
Monochromatic Colors of #91674F
Black with #91674F
Text Example
Text Example
White with #91674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91674F; }
p { color: rgb(145,103,79); }
H1.HeaderClassName
{
color: #91674F;
}
.AnyTagClassName
{
color: #91674F;
}
</style>
background-color css
<style>
a { background-color: #91674F; }
a { background-color: rgb(145,103,79); }
div.DivClassName
{
background-color: #91674F;
}
.BgClassName
{
background-color: #91674F;
}
</style>
border-color css
<style>
span { border-color: #91674F; }
span { border-color: rgb(145,103,79); }
td.TdClassName
{
border-color: #91674F;
}
.TagClassName
{
border-color: #91674F;
}
</style>