#967254

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

Shades of Pale Brown #967254

Tints of Pale Brown #967254

Color information

#967254 (or 0x967254) is unknown color: approx Pale Brown. HEX triplet: 96, 72 and 54. RGB value is (150,114,84). Sum of RGB (Red+Green+Blue) = 150+114+84=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #967254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967254 is #698DAB. Grayscale: #797979. Windows color (decimal): -6917548 or 5534358. OLE color: 5534358.

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

Color convert

RGB15011484-
CMYK00.240.440.41
HSL27.27º28.21%45.88%-
HSV(B)27.27º44%58.82%-
XYZ20.219.1611.02-
YUV121.34106.93148.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=43.10%
G=32.76%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501148400.240.440.4127.2728.2145.88
Hex9672540182C291b1c2e
Octal2261621240305451333456
Binary10010110111001010101000110001011001010011101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967254; }

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

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

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

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

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

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

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

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