#966F4B

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

Shades of Pale Brown #966F4B

Tints of Pale Brown #966F4B

Color information

#966F4B (or 0x966F4B) is unknown color: approx Pale Brown. HEX triplet: 96, 6F and 4B. RGB value is (150,111,75). Sum of RGB (Red+Green+Blue) = 150+111+75=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #966F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F4B is #6990B4. Grayscale: #767676. Windows color (decimal): -6918325 or 4943766. OLE color: 4943766.

HSL color Cylindrical-coordinate representation of color #966F4B: hue angle of 28.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #966F4B is Cyan = 0, Magento = 0.26, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB15011175-
CMYK00.260.50.41
HSL28.8º33.33%44.12%-
HSV(B)28.8º50%58.82%-
XYZ19.5318.369.17-
YUV118.56103.42150.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 111 (43.75% from 255) = 33.04%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=44.64%
G=33.04%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501117500.260.50.4128.833.3344.12
Hex966F4B01A32291d212c
Octal2261571130326251354154
Binary100101101101111100101101101011001010100111101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966F4B; }

 p { color: rgb(150,111,75); }

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

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

 a { background-color: rgb(150,111,75); }

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

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

 span { border-color: rgb(150,111,75); }

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