#967548

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

Shades of Pale Brown #967548

Tints of Pale Brown #967548

Color information

#967548 (or 0x967548) is unknown color: approx Pale Brown. HEX triplet: 96, 75 and 48. RGB value is (150,117,72). Sum of RGB (Red+Green+Blue) = 150+117+72=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #967548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967548 is #698AB7. Grayscale: #797979. Windows color (decimal): -6916792 or 4748694. OLE color: 4748694.

HSL color Cylindrical-coordinate representation of color #967548: hue angle of 34.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #967548 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB15011772-
CMYK00.220.520.41
HSL34.62º35.14%43.53%-
HSV(B)34.62º52%58.82%-
XYZ20.1119.678.87-
YUV121.7499.93148.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=44.25%
G=34.51%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501177200.220.520.4134.6235.1443.53
Hex967548016342923232c
Octal2261651100266451434354
Binary1001011011101011001000010110110100101001100011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967548; }

 p { color: rgb(150,117,72); }

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

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

 a { background-color: rgb(150,117,72); }

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

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

 span { border-color: rgb(150,117,72); }

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