Shades of Pale Brown #997650
Tints of Pale Brown #997650
RGB
CMYK
RGB Variations
Color information
#997650 (or 0x997650) is known color: Pale Brown. HEX triplet: 99, 76 and 50. RGB value is (153,118,80). Sum of RGB (Red+Green+Blue) = 153+118+80=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #997650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997650 is #6689AF. Grayscale: #7C7C7C. Windows color (decimal): -6719920 or 5273241. OLE color: 5273241.
HSL color Cylindrical-coordinate representation of color #997650: hue angle of 31.23º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #997650 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 80 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.4 |
| HSL | 31.23º | 0.31% | 0.46% | - |
| HSV(B) | 31.23º | 0.48% | 0.6% | - |
| XYZ | 21.06 | 20.31 | 10.4 | - |
| YUV | 124.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 80 | 0 | 0.23 | 0.48 | 0.4 | 31.23 | 0.31 | 0.46 |
| Hex | 99 | 76 | 50 | 0 | 17 | 30 | 28 | 1F | 1F | 2E |
| Octal | 231 | 166 | 120 | 0 | 27 | 60 | 50 | 37 | 37 | 56 |
| Binary | 10011001 | 1110110 | 1010000 | 0 | 10111 | 110000 | 101000 | 11111 | 11111 | 101110 |
Color Harmonies of #997650
Complementary color
Monochromatic Colors of #997650
Black with #997650
Text Example
Text Example
White with #997650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997650; }
p { color: rgb(153,118,80); }
H1.HeaderClassName
{
color: #997650;
}
.AnyTagClassName
{
color: #997650;
}
</style>
background-color css
<style>
a { background-color: #997650; }
a { background-color: rgb(153,118,80); }
div.DivClassName
{
background-color: #997650;
}
.BgClassName
{
background-color: #997650;
}
</style>
border-color css
<style>
span { border-color: #997650; }
span { border-color: rgb(153,118,80); }
td.TdClassName
{
border-color: #997650;
}
.TagClassName
{
border-color: #997650;
}
</style>