#976F48

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

Shades of Pale Brown #976F48

Tints of Pale Brown #976F48

Color information

#976F48 (or 0x976F48) is unknown color: approx Pale Brown. HEX triplet: 97, 6F and 48. RGB value is (151,111,72). Sum of RGB (Red+Green+Blue) = 151+111+72=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #976F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976F48 is #6890B7. Grayscale: #767676. Windows color (decimal): -6852792 or 4747159. OLE color: 4747159.

HSL color Cylindrical-coordinate representation of color #976F48: hue angle of 29.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #976F48 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB15111172-
CMYK00.260.520.41
HSL29.62º35.43%43.73%-
HSV(B)29.62º52.32%59.22%-
XYZ19.6218.428.65-
YUV118.51101.75151.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.21%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 72 (28.52% from 255) = 21.56%
R=45.21%
G=33.23%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511117200.260.520.4129.6235.4343.73
Hex976F4801A34291e232c
Octal2271571100326451364354
Binary100101111101111100100001101011010010100111110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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