#926F4C

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

Shades of Pale Brown #926F4C

Tints of Pale Brown #926F4C

Color information

#926F4C (or 0x926F4C) is unknown color: approx Pale Brown. HEX triplet: 92, 6F and 4C. RGB value is (146,111,76). Sum of RGB (Red+Green+Blue) = 146+111+76=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #926F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926F4C is #6D90B3. Grayscale: #757575. Windows color (decimal): -7180468 or 5009298. OLE color: 5009298.

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

Color convert

RGB14611176-
CMYK00.240.480.43
HSL30º31.53%43.53%-
HSV(B)30º47.95%57.25%-
XYZ18.84189.32-
YUV117.48104.6148.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.84%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 22.82%
R=43.84%
G=33.33%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461117600.240.480.433031.5343.53
Hex926F4C018302B1e202c
Octal2221571140306053364054
Binary100100101101111100110001100011000010101111110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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