#96774A

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

Shades of Pale Brown #96774A

Tints of Pale Brown #96774A

Color information

#96774A (or 0x96774A) is unknown color: approx Pale Brown. HEX triplet: 96, 77 and 4A. RGB value is (150,119,74). Sum of RGB (Red+Green+Blue) = 150+119+74=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #96774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96774A is #6988B5. Grayscale: #7B7B7B. Windows color (decimal): -6916278 or 4880278. OLE color: 4880278.

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

Color convert

RGB15011974-
CMYK00.210.510.41
HSL35.53º33.93%43.92%-
HSV(B)35.53º50.67%58.82%-
XYZ20.4120.179.3-
YUV123.14100.27147.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 74 (29.30% from 255) = 21.57%
R=43.73%
G=34.69%
B=21.57%

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
Decimal1501197400.210.510.4135.5333.9343.92
Hex96774A015332924222c
Octal2261671120256351444254
Binary1001011011101111001010010101110011101001100100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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