#967154

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

Shades of Pale Brown #967154

Tints of Pale Brown #967154

Color information

#967154 (or 0x967154) is unknown color: approx Pale Brown. HEX triplet: 96, 71 and 54. RGB value is (150,113,84). Sum of RGB (Red+Green+Blue) = 150+113+84=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #967154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967154 is #698EAB. Grayscale: #787878. Windows color (decimal): -6917804 or 5534102. OLE color: 5534102.

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

Color convert

RGB15011384-
CMYK00.250.440.41
HSL26.36º28.21%45.88%-
HSV(B)26.36º44%58.82%-
XYZ20.0818.9310.98-
YUV120.76107.26148.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 84 (33.20% from 255) = 24.21%
R=43.23%
G=32.56%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501138400.250.440.4126.3628.2145.88
Hex9671540192C291a1c2e
Octal2261611240315451323456
Binary10010110111000110101000110011011001010011101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967154; }

 p { color: rgb(150,113,84); }

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

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

 a { background-color: rgb(150,113,84); }

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

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

 span { border-color: rgb(150,113,84); }

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