Shades of Pale Brown #987343
Tints of Pale Brown #987343
RGB
CMYK
RGB Variations
Color information
#987343 (or 0x987343) is known color: Pale Brown. HEX triplet: 98, 73 and 43. RGB value is (152,115,67). Sum of RGB (Red+Green+Blue) = 152+115+67=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #987343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987343 is #678CBC. Grayscale: #787878. Windows color (decimal): -6786237 or 4420504. OLE color: 4420504.
HSL color Cylindrical-coordinate representation of color #987343: hue angle of 33.88º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #987343 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 67 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.40 |
| HSL | 33.88º | 0.39% | 0.43% | - |
| HSV(B) | 33.88º | 0.56% | 0.6% | - |
| XYZ | 20.09 | 19.34 | 7.98 | - |
| YUV | 120.59 | 97.76 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 67 | 0 | 0.24 | 0.56 | 0.40 | 33.88 | 0.39 | 0.43 |
| Hex | 98 | 73 | 43 | 0 | 18 | 38 | 28 | 22 | 27 | 2B |
| Octal | 230 | 163 | 103 | 0 | 30 | 70 | 50 | 42 | 47 | 53 |
| Binary | 10011000 | 1110011 | 1000011 | 0 | 11000 | 111000 | 101000 | 100010 | 100111 | 101011 |
Color Harmonies of #987343
Complementary color
Monochromatic Colors of #987343
Black with #987343
Text Example
Text Example
White with #987343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987343; }
p { color: rgb(152,115,67); }
H1.HeaderClassName
{
color: #987343;
}
.AnyTagClassName
{
color: #987343;
}
</style>
background-color css
<style>
a { background-color: #987343; }
a { background-color: rgb(152,115,67); }
div.DivClassName
{
background-color: #987343;
}
.BgClassName
{
background-color: #987343;
}
</style>
border-color css
<style>
span { border-color: #987343; }
span { border-color: rgb(152,115,67); }
td.TdClassName
{
border-color: #987343;
}
.TagClassName
{
border-color: #987343;
}
</style>