#967256

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

Shades of Pale Brown #967256

Tints of Pale Brown #967256

Color information

#967256 (or 0x967256) is unknown color: approx Pale Brown. HEX triplet: 96, 72 and 56. RGB value is (150,114,86). Sum of RGB (Red+Green+Blue) = 150+114+86=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #967256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967256 is #698DA9. Grayscale: #797979. Windows color (decimal): -6917546 or 5665430. OLE color: 5665430.

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

Color convert

RGB15011486-
CMYK00.240.430.41
HSL26.25º27.12%46.27%-
HSV(B)26.25º42.67%58.82%-
XYZ20.2719.1911.44-
YUV121.57107.93148.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 86 (33.98% from 255) = 24.57%
R=42.86%
G=32.57%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501148600.240.430.4126.2527.1246.27
Hex9672560182B291a1b2e
Octal2261621260305351323356
Binary10010110111001010101100110001010111010011101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967256; }

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

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

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

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

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

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

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

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