#976F4A

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

Shades of Pale Brown #976F4A

Tints of Pale Brown #976F4A

Color information

#976F4A (or 0x976F4A) is unknown color: approx Pale Brown. HEX triplet: 97, 6F and 4A. RGB value is (151,111,74). Sum of RGB (Red+Green+Blue) = 151+111+74=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #976F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976F4A is #6890B5. Grayscale: #767676. Windows color (decimal): -6852790 or 4878231. OLE color: 4878231.

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

Color convert

RGB15111174-
CMYK00.260.510.41
HSL28.83º34.22%44.12%-
HSV(B)28.83º50.99%59.22%-
XYZ19.6818.449-
YUV118.74102.75151.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.94%
GREEN value IS 111 (43.75% from 255) = 33.04%
BLUE value IS 74 (29.30% from 255) = 22.02%
R=44.94%
G=33.04%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511117400.260.510.4128.8334.2244.12
Hex976F4A01A33291d222c
Octal2271571120326351354254
Binary100101111101111100101001101011001110100111101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976F4A; }

 p { color: rgb(151,111,74); }

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

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

 a { background-color: rgb(151,111,74); }

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

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

 span { border-color: rgb(151,111,74); }

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