#926D5E

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

Shades of Beaver #926D5E

Tints of Beaver #926D5E

Color information

#926D5E (or 0x926D5E) is unknown color: approx Beaver. HEX triplet: 92, 6D and 5E. RGB value is (146,109,94). Sum of RGB (Red+Green+Blue) = 146+109+94=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #926D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D5E is #6D92A1. Grayscale: #767676. Windows color (decimal): -7180962 or 6188434. OLE color: 6188434.

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

Color convert

RGB14610994-
CMYK00.250.360.43
HSL17.31º21.67%47.06%-
HSV(B)17.31º35.62%57.25%-
XYZ19.3417.8613.02-
YUV118.35114.26147.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.83%
GREEN value IS 109 (42.97% from 255) = 31.23%
BLUE value IS 94 (37.11% from 255) = 26.93%
R=41.83%
G=31.23%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461099400.250.360.4317.3121.6747.06
Hex926D5E019242B11162f
Octal2221551360314453212657
Binary10010010110110110111100110011001001010111000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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