#967649

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

Shades of Pale Brown #967649

Tints of Pale Brown #967649

Color information

#967649 (or 0x967649) is unknown color: approx Pale Brown. HEX triplet: 96, 76 and 49. RGB value is (150,118,73). Sum of RGB (Red+Green+Blue) = 150+118+73=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #967649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967649 is #6989B6. Grayscale: #7A7A7A. Windows color (decimal): -6916535 or 4814486. OLE color: 4814486.

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

Color convert

RGB15011873-
CMYK00.210.510.41
HSL35.06º34.53%43.73%-
HSV(B)35.06º51.33%58.82%-
XYZ20.2619.929.08-
YUV122.44100.1147.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 118 (46.48% from 255) = 34.60%
BLUE value IS 73 (28.91% from 255) = 21.41%
R=43.99%
G=34.60%
B=21.41%

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
Decimal1501187300.210.510.4135.0634.5343.73
Hex967649015332923232c
Octal2261661110256351434354
Binary1001011011101101001001010101110011101001100011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967649; }

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

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

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

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

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

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

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

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