#96754B

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

Shades of Pale Brown #96754B

Tints of Pale Brown #96754B

Color information

#96754B (or 0x96754B) is unknown color: approx Pale Brown. HEX triplet: 96, 75 and 4B. RGB value is (150,117,75). Sum of RGB (Red+Green+Blue) = 150+117+75=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #96754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96754B is #698AB4. Grayscale: #7A7A7A. Windows color (decimal): -6916789 or 4945302. OLE color: 4945302.

HSL color Cylindrical-coordinate representation of color #96754B: hue angle of 33.6º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96754B is Cyan = 0, Magento = 0.22, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB15011775-
CMYK00.220.50.41
HSL33.6º33.33%44.12%-
HSV(B)33.6º50%58.82%-
XYZ20.2119.719.4-
YUV122.08101.43147.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=43.86%
G=34.21%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501177500.220.50.4133.633.3344.12
Hex96754B016322922212c
Octal2261651130266251424154
Binary1001011011101011001011010110110010101001100010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96754B; }

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

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

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

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

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

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

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

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