#967956

Color #967956 Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #967956

Tints of Pale Brown #967956

Color information

#967956 (or 0x967956) is unknown color: approx Pale Brown. HEX triplet: 96, 79 and 56. RGB value is (150,121,86). Sum of RGB (Red+Green+Blue) = 150+121+86=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #967956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967956 is #6986A9. Grayscale: #7D7D7D. Windows color (decimal): -6915754 or 5667222. OLE color: 5667222.

HSL color Cylindrical-coordinate representation of color #967956: hue angle of 32.81º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #967956 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB15012186-
CMYK00.190.430.41
HSL32.81º27.12%46.27%-
HSV(B)32.81º42.67%58.82%-
XYZ21.0920.8311.71-
YUV125.68105.61145.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 86 (33.98% from 255) = 24.09%
R=42.02%
G=33.89%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501218600.190.430.4132.8127.1246.27
Hex9679560132B29211b2e
Octal2261711260235351413356
Binary100101101111001101011001001110101110100110000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967956; }

 p { color: rgb(150,121,86); }

 H1.HeaderClassName
 {
   color: #967956;
 }
 .AnyTagClassName
 {
   color: #967956;
 }
</style>
background-color css

<style>
 a { background-color: #967956; }

 a { background-color: rgb(150,121,86); }

 div.DivClassName
 {
   background-color: #967956;
 }
 .BgClassName
 {
   background-color: #967956;
 }
</style>
border-color css

<style>
 span { border-color: #967956; }

 span { border-color: rgb(150,121,86); }

 td.TdClassName
 {
   border-color: #967956;
 }
 .TagClassName
 {
   border-color: #967956;
 }
</style>