#967749

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

Shades of Pale Brown #967749

Tints of Pale Brown #967749

Color information

#967749 (or 0x967749) is unknown color: approx Pale Brown. HEX triplet: 96, 77 and 49. RGB value is (150,119,73). Sum of RGB (Red+Green+Blue) = 150+119+73=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #967749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967749 is #6988B6. Grayscale: #7B7B7B. Windows color (decimal): -6916279 or 4814742. OLE color: 4814742.

HSL color Cylindrical-coordinate representation of color #967749: hue angle of 35.84º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #967749 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB15011973-
CMYK00.210.510.41
HSL35.84º34.53%43.73%-
HSV(B)35.84º51.33%58.82%-
XYZ20.3820.169.12-
YUV123.0299.77147.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 119 (46.88% from 255) = 34.80%
BLUE value IS 73 (28.91% from 255) = 21.35%
R=43.86%
G=34.80%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501197300.210.510.4135.8434.5343.73
Hex967749015332924232c
Octal2261671110256351444354
Binary1001011011101111001001010101110011101001100100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967749; }

 p { color: rgb(150,119,73); }

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

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

 a { background-color: rgb(150,119,73); }

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

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

 span { border-color: rgb(150,119,73); }

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