Shades of Pale Brown #997245
Tints of Pale Brown #997245
RGB
CMYK
RGB Variations
Color information
#997245 (or 0x997245) is known color: Pale Brown. HEX triplet: 99, 72 and 45. RGB value is (153,114,69). Sum of RGB (Red+Green+Blue) = 153+114+69=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #997245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997245 is #668DBA. Grayscale: #787878. Windows color (decimal): -6720955 or 4551321. OLE color: 4551321.
HSL color Cylindrical-coordinate representation of color #997245: hue angle of 32.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #997245 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 114 | 69 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.4 |
| HSL | 32.14º | 0.38% | 0.44% | - |
| HSV(B) | 32.14º | 0.55% | 0.6% | - |
| XYZ | 20.23 | 19.24 | 8.28 | - |
| YUV | 120.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 69 | 0 | 0.25 | 0.55 | 0.4 | 32.14 | 0.38 | 0.44 |
| Hex | 99 | 72 | 45 | 0 | 19 | 37 | 28 | 20 | 26 | 2C |
| Octal | 231 | 162 | 105 | 0 | 31 | 67 | 50 | 40 | 46 | 54 |
| Binary | 10011001 | 1110010 | 1000101 | 0 | 11001 | 110111 | 101000 | 100000 | 100110 | 101100 |
Color Harmonies of #997245
Complementary color
Monochromatic Colors of #997245
Black with #997245
Text Example
Text Example
White with #997245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997245; }
p { color: rgb(153,114,69); }
H1.HeaderClassName
{
color: #997245;
}
.AnyTagClassName
{
color: #997245;
}
</style>
background-color css
<style>
a { background-color: #997245; }
a { background-color: rgb(153,114,69); }
div.DivClassName
{
background-color: #997245;
}
.BgClassName
{
background-color: #997245;
}
</style>
border-color css
<style>
span { border-color: #997245; }
span { border-color: rgb(153,114,69); }
td.TdClassName
{
border-color: #997245;
}
.TagClassName
{
border-color: #997245;
}
</style>