#926D4D

Color #926D4D Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #926D4D

Tints of Dark Tan #926D4D

Color information

#926D4D (or 0x926D4D) is unknown color: approx Dark Tan. HEX triplet: 92, 6D and 4D. RGB value is (146,109,77). Sum of RGB (Red+Green+Blue) = 146+109+77=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #926D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D4D is #6D92B2. Grayscale: #747474. Windows color (decimal): -7180979 or 5074322. OLE color: 5074322.

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

Color convert

RGB14610977-
CMYK00.250.470.43
HSL27.83º30.94%43.73%-
HSV(B)27.83º47.26%57.25%-
XYZ18.6617.589.43-
YUV116.42105.76149.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.98%
GREEN value IS 109 (42.97% from 255) = 32.83%
BLUE value IS 77 (30.47% from 255) = 23.19%
R=43.98%
G=32.83%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461097700.250.470.4327.8330.9443.73
Hex926D4D0192F2B1c1f2c
Octal2221551150315753343754
Binary10010010110110110011010110011011111010111110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,109,77); }

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

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

 a { background-color: rgb(146,109,77); }

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

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

 span { border-color: rgb(146,109,77); }

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