#967857

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

Shades of Pale Brown #967857

Tints of Pale Brown #967857

Color information

#967857 (or 0x967857) is unknown color: approx Pale Brown. HEX triplet: 96, 78 and 57. RGB value is (150,120,87). Sum of RGB (Red+Green+Blue) = 150+120+87=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #967857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967857 is #6987A8. Grayscale: #7D7D7D. Windows color (decimal): -6916009 or 5732502. OLE color: 5732502.

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

Color convert

RGB15012087-
CMYK00.200.420.41
HSL31.43º26.58%46.47%-
HSV(B)31.43º42%58.82%-
XYZ21.0120.6111.89-
YUV125.21106.44145.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 120 (47.27% from 255) = 33.61%
BLUE value IS 87 (34.38% from 255) = 24.37%
R=42.02%
G=33.61%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501208700.200.420.4131.4326.5846.47
Hex9678570142A291f1b2e
Octal2261701270245251373356
Binary10010110111100010101110101001010101010011111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967857; }

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

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

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

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

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

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

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

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