#967856

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

Shades of Pale Brown #967856

Tints of Pale Brown #967856

Color information

#967856 (or 0x967856) is unknown color: approx Pale Brown. HEX triplet: 96, 78 and 56. RGB value is (150,120,86). Sum of RGB (Red+Green+Blue) = 150+120+86=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #967856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967856 is #6987A9. Grayscale: #7D7D7D. Windows color (decimal): -6916010 or 5666966. OLE color: 5666966.

HSL color Cylindrical-coordinate representation of color #967856: hue angle of 31.87º 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 #967856 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB15012086-
CMYK00.200.430.41
HSL31.87º27.12%46.27%-
HSV(B)31.87º42.67%58.82%-
XYZ20.9720.5911.67-
YUV125.09105.94145.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.13%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=42.13%
G=33.71%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501208600.200.430.4131.8727.1246.27
Hex9678560142B29201b2e
Octal2261701260245351403356
Binary100101101111000101011001010010101110100110000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967856; }

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

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

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

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

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

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

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

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