Shades of Pale Brown #99764A
Tints of Pale Brown #99764A
RGB
CMYK
RGB Variations
Color information
#99764A (or 0x99764A) is known color: Pale Brown. HEX triplet: 99, 76 and 4A. RGB value is (153,118,74). Sum of RGB (Red+Green+Blue) = 153+118+74=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99764A is #6689B5. Grayscale: #7B7B7B. Windows color (decimal): -6719926 or 4880025. OLE color: 4880025.
HSL color Cylindrical-coordinate representation of color #99764A: hue angle of 33.42º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99764A is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 74 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.4 |
| HSL | 33.42º | 0.35% | 0.45% | - |
| HSV(B) | 33.42º | 0.52% | 0.6% | - |
| XYZ | 20.85 | 20.22 | 9.28 | - |
| YUV | 123.45 | 100.1 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 74 | 0 | 0.23 | 0.52 | 0.4 | 33.42 | 0.35 | 0.45 |
| Hex | 99 | 76 | 4A | 0 | 17 | 34 | 28 | 21 | 23 | 2D |
| Octal | 231 | 166 | 112 | 0 | 27 | 64 | 50 | 41 | 43 | 55 |
| Binary | 10011001 | 1110110 | 1001010 | 0 | 10111 | 110100 | 101000 | 100001 | 100011 | 101101 |
Color Harmonies of #99764A
Complementary color
Monochromatic Colors of #99764A
Black with #99764A
Text Example
Text Example
White with #99764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99764A; }
p { color: rgb(153,118,74); }
H1.HeaderClassName
{
color: #99764A;
}
.AnyTagClassName
{
color: #99764A;
}
</style>
background-color css
<style>
a { background-color: #99764A; }
a { background-color: rgb(153,118,74); }
div.DivClassName
{
background-color: #99764A;
}
.BgClassName
{
background-color: #99764A;
}
</style>
border-color css
<style>
span { border-color: #99764A; }
span { border-color: rgb(153,118,74); }
td.TdClassName
{
border-color: #99764A;
}
.TagClassName
{
border-color: #99764A;
}
</style>