#967344

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

Shades of Pale Brown #967344

Tints of Pale Brown #967344

Color information

#967344 (or 0x967344) is unknown color: approx Pale Brown. HEX triplet: 96, 73 and 44. RGB value is (150,115,68). Sum of RGB (Red+Green+Blue) = 150+115+68=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #967344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967344 is #698CBB. Grayscale: #787878. Windows color (decimal): -6917308 or 4486038. OLE color: 4486038.

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

Color convert

RGB15011568-
CMYK00.230.550.41
HSL34.39º37.61%42.75%-
HSV(B)34.39º54.67%58.82%-
XYZ19.7519.168.13-
YUV120.1198.6149.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 68 (26.95% from 255) = 20.42%
R=45.05%
G=34.53%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501156800.230.550.4134.3937.6142.75
Hex967344017372922262b
Octal2261631040276751424653
Binary1001011011100111000100010111110111101001100010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967344; }

 p { color: rgb(150,115,68); }

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

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

 a { background-color: rgb(150,115,68); }

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

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

 span { border-color: rgb(150,115,68); }

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