#967350

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

Shades of Pale Brown #967350

Tints of Pale Brown #967350

Color information

#967350 (or 0x967350) is unknown color: approx Pale Brown. HEX triplet: 96, 73 and 50. RGB value is (150,115,80). Sum of RGB (Red+Green+Blue) = 150+115+80=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #967350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967350 is #698CAF. Grayscale: #797979. Windows color (decimal): -6917296 or 5272470. OLE color: 5272470.

HSL color Cylindrical-coordinate representation of color #967350: hue angle of 30º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #967350 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB15011580-
CMYK00.230.470.41
HSL30º30.43%45.1%-
HSV(B)30º46.67%58.82%-
XYZ20.1619.3210.26-
YUV121.48104.6148.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 115 (45.31% from 255) = 33.33%
BLUE value IS 80 (31.64% from 255) = 23.19%
R=43.48%
G=33.33%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501158000.230.470.413030.4345.1
Hex9673500172F291e1e2d
Octal2261631200275751363655
Binary10010110111001110100000101111011111010011111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967350; }

 p { color: rgb(150,115,80); }

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

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

 a { background-color: rgb(150,115,80); }

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

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

 span { border-color: rgb(150,115,80); }

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