#926F50

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

Shades of Pale Brown #926F50

Tints of Pale Brown #926F50

Color information

#926F50 (or 0x926F50) is unknown color: approx Pale Brown. HEX triplet: 92, 6F and 50. RGB value is (146,111,80). Sum of RGB (Red+Green+Blue) = 146+111+80=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #926F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F50 is #6D90AF. Grayscale: #767676. Windows color (decimal): -7180464 or 5271442. OLE color: 5271442.

HSL color Cylindrical-coordinate representation of color #926F50: hue angle of 28.18º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #926F50 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB14611180-
CMYK00.240.450.43
HSL28.18º29.2%44.31%-
HSV(B)28.18º45.21%57.25%-
XYZ18.9918.0610.07-
YUV117.93106.6148.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.32%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=43.32%
G=32.94%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461118000.240.450.4328.1829.244.31
Hex926F500182D2B1c1d2c
Octal2221571200305553343554
Binary10010010110111110100000110001011011010111110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926F50; }

 p { color: rgb(146,111,80); }

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

<style>
 a { background-color: #926F50; }

 a { background-color: rgb(146,111,80); }

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

<style>
 span { border-color: #926F50; }

 span { border-color: rgb(146,111,80); }

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