#96755A

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

Shades of Pale Brown #96755A

Tints of Pale Brown #96755A

Color information

#96755A (or 0x96755A) is unknown color: approx Pale Brown. HEX triplet: 96, 75 and 5A. RGB value is (150,117,90). Sum of RGB (Red+Green+Blue) = 150+117+90=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96755A is #698AA5. Grayscale: #7B7B7B. Windows color (decimal): -6916774 or 5928342. OLE color: 5928342.

HSL color Cylindrical-coordinate representation of color #96755A: hue angle of 27º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96755A is Cyan = 0, Magento = 0.22, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB15011790-
CMYK00.220.40.41
HSL27º25%47.06%-
HSV(B)27º40%58.82%-
XYZ20.7819.9412.43-
YUV123.79108.93146.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 117 (46.09% from 255) = 32.77%
BLUE value IS 90 (35.55% from 255) = 25.21%
R=42.02%
G=32.77%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501179000.220.40.41272547.06
Hex96755A01628291b192f
Octal2261651320265051333157
Binary10010110111010110110100101101010001010011101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96755A; }

 p { color: rgb(150,117,90); }

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

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

 a { background-color: rgb(150,117,90); }

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

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

 span { border-color: rgb(150,117,90); }

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