Shades of Pale Brown #997455
Tints of Pale Brown #997455
RGB
CMYK
RGB Variations
Color information
#997455 (or 0x997455) is known color: Pale Brown. HEX triplet: 99, 74 and 55. RGB value is (153,116,85). Sum of RGB (Red+Green+Blue) = 153+116+85=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #997455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997455 is #668BAA. Grayscale: #7B7B7B. Windows color (decimal): -6720427 or 5600409. OLE color: 5600409.
HSL color Cylindrical-coordinate representation of color #997455: hue angle of 27.35º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #997455 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 85 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.4 |
| HSL | 27.35º | 0.29% | 0.47% | - |
| HSV(B) | 27.35º | 0.44% | 0.6% | - |
| XYZ | 21.02 | 19.92 | 11.33 | - |
| YUV | 123.53 | 106.26 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 85 | 0 | 0.24 | 0.44 | 0.4 | 27.35 | 0.29 | 0.47 |
| Hex | 99 | 74 | 55 | 0 | 18 | 2C | 28 | 1B | 1D | 2F |
| Octal | 231 | 164 | 125 | 0 | 30 | 54 | 50 | 33 | 35 | 57 |
| Binary | 10011001 | 1110100 | 1010101 | 0 | 11000 | 101100 | 101000 | 11011 | 11101 | 101111 |
Color Harmonies of #997455
Complementary color
Monochromatic Colors of #997455
Black with #997455
Text Example
Text Example
White with #997455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997455; }
p { color: rgb(153,116,85); }
H1.HeaderClassName
{
color: #997455;
}
.AnyTagClassName
{
color: #997455;
}
</style>
background-color css
<style>
a { background-color: #997455; }
a { background-color: rgb(153,116,85); }
div.DivClassName
{
background-color: #997455;
}
.BgClassName
{
background-color: #997455;
}
</style>
border-color css
<style>
span { border-color: #997455; }
span { border-color: rgb(153,116,85); }
td.TdClassName
{
border-color: #997455;
}
.TagClassName
{
border-color: #997455;
}
</style>