Shades of Pale Brown #967343
Tints of Pale Brown #967343
RGB
CMYK
RGB Variations
Color information
#967343 (or 0x967343) is known color: Pale Brown. HEX triplet: 96, 73 and 43. RGB value is (150,115,67). Sum of RGB (Red+Green+Blue) = 150+115+67=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #967343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967343 is #698CBC. Grayscale: #787878. Windows color (decimal): -6917309 or 4420502. OLE color: 4420502.
HSL color Cylindrical-coordinate representation of color #967343: hue angle of 34.7º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #967343 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 67 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.41 |
| HSL | 34.7º | 0.38% | 0.43% | - |
| HSV(B) | 34.7º | 0.55% | 0.59% | - |
| XYZ | 19.72 | 19.15 | 7.97 | - |
| YUV | 119.99 | 98.1 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 67 | 0 | 0.23 | 0.55 | 0.41 | 34.7 | 0.38 | 0.43 |
| Hex | 96 | 73 | 43 | 0 | 17 | 37 | 29 | 23 | 26 | 2B |
| Octal | 226 | 163 | 103 | 0 | 27 | 67 | 51 | 43 | 46 | 53 |
| Binary | 10010110 | 1110011 | 1000011 | 0 | 10111 | 110111 | 101001 | 100011 | 100110 | 101011 |
Color Harmonies of #967343
Complementary color
Monochromatic Colors of #967343
Black with #967343
Text Example
Text Example
White with #967343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967343; }
p { color: rgb(150,115,67); }
H1.HeaderClassName
{
color: #967343;
}
.AnyTagClassName
{
color: #967343;
}
</style>
background-color css
<style>
a { background-color: #967343; }
a { background-color: rgb(150,115,67); }
div.DivClassName
{
background-color: #967343;
}
.BgClassName
{
background-color: #967343;
}
</style>
border-color css
<style>
span { border-color: #967343; }
span { border-color: rgb(150,115,67); }
td.TdClassName
{
border-color: #967343;
}
.TagClassName
{
border-color: #967343;
}
</style>