#967143

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

Shades of Pale Brown #967143

Tints of Pale Brown #967143

Color information

#967143 (or 0x967143) is unknown color: approx Pale Brown. HEX triplet: 96, 71 and 43. RGB value is (150,113,67). Sum of RGB (Red+Green+Blue) = 150+113+67=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #967143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967143 is #698EBC. Grayscale: #777777. Windows color (decimal): -6917821 or 4419990. OLE color: 4419990.

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

Color convert

RGB15011367-
CMYK00.250.550.41
HSL33.25º38.25%42.55%-
HSV(B)33.25º55.33%58.82%-
XYZ19.518.77.89-
YUV118.8298.76150.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 67 (26.56% from 255) = 20.30%
R=45.45%
G=34.24%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501136700.250.550.4133.2538.2542.55
Hex967143019372921262b
Octal2261611030316751414653
Binary1001011011100011000011011001110111101001100001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967143; }

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

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

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

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

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

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

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

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