#967051

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

Shades of Pale Brown #967051

Tints of Pale Brown #967051

Color information

#967051 (or 0x967051) is unknown color: approx Pale Brown. HEX triplet: 96, 70 and 51. RGB value is (150,112,81). Sum of RGB (Red+Green+Blue) = 150+112+81=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #967051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967051 is #698FAE. Grayscale: #777777. Windows color (decimal): -6918063 or 5337238. OLE color: 5337238.

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

Color convert

RGB15011281-
CMYK00.250.460.41
HSL26.96º29.87%45.29%-
HSV(B)26.96º46%58.82%-
XYZ19.8618.6710.34-
YUV119.83106.09149.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 81 (32.03% from 255) = 23.62%
R=43.73%
G=32.65%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501128100.250.460.4126.9629.8745.29
Hex9670510192E291b1e2d
Octal2261601210315651333655
Binary10010110111000010100010110011011101010011101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967051; }

 p { color: rgb(150,112,81); }

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

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

 a { background-color: rgb(150,112,81); }

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

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

 span { border-color: rgb(150,112,81); }

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