#976F4B

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

Shades of Pale Brown #976F4B

Tints of Pale Brown #976F4B

Color information

#976F4B (or 0x976F4B) is unknown color: approx Pale Brown. HEX triplet: 97, 6F and 4B. RGB value is (151,111,75). Sum of RGB (Red+Green+Blue) = 151+111+75=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #976F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976F4B is #6890B4. Grayscale: #777777. Windows color (decimal): -6852789 or 4943767. OLE color: 4943767.

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

Color convert

RGB15111175-
CMYK00.260.500.41
HSL28.42º33.63%44.31%-
HSV(B)28.42º50.33%59.22%-
XYZ19.7218.469.18-
YUV118.86103.25150.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.81%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=44.81%
G=32.94%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511117500.260.500.4128.4233.6344.31
Hex976F4B01A32291c222c
Octal2271571130326251344254
Binary100101111101111100101101101011001010100111100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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